code cleanup and design fix for wofi

This commit is contained in:
esche 2023-11-19 21:01:15 +01:00
parent 26ea4c4fd4
commit 3be9274315
2 changed files with 3 additions and 6 deletions

View file

@ -25,11 +25,8 @@ Font "Noto Sans" Regular 14
set $text ffffff
set $wallpaper ~/.config/sway/2020-12-21_The-fairy-fir-tree_by-David-Revoy.jpg
set $wallpaper2 ~/.config/sway/418263.jpg
# The default font can also be set with fontconfig
Font "Noto Sans" Regular 14
# Your preferred applications
#set $launcher bemenu-run --fn 14 -m -2 -l 10 -i -p ▶ -B 1 --tf "#$highlight" --fb "#$backgr" --nb "#$backgr" --hb "#$backgr" --hf "#$highlight" --ab "#$backgr" --bdr "#$border" | xargs swaymsg exec --
set $launcher wofi --show drun --monitor -2 --lines 10 --insensitive --allow-images | xargs swaymsg exec --
set $launcher wofi --show drun --monitor -2 --lines 10 --insensitive --allow-images --location 2 | xargs swaymsg exec --
set $menu ~/.config/sway/menu.sh --fn 14 -m -2 -l 10 -i -B 1 --tf "#$highlight" --fb "#$backgr" --nb "#$backgr" --hb "#$backgr" --hf "#$highlight" --ab "#$backgr" --bdr "#$border"
set $term alacritty
set $lock swaylock -f -e -i "$wallpaper" -s fill --indicator-x-position 100 --ring-color "$primary" --ring-clear-color "$highlight" --ring-ver-color "$lightbackgr" --ring-wrong-color "$error" --inside-color 00000000 --inside-clear-color 00000000 --inside-ver-color 00000000 --inside-wrong-color 00000000 --key-hl-color "$highlight" --bs-hl-color "$error" --text-clear-color "$text" --text-ver-color "$text" --text-wrong-color "$text" --text-caps-lock-color "$text"

View file

@ -7,7 +7,7 @@ case "$(echo -e "🖧 ...von allen Bildschirmen
🗔 ...vom aktiven Fenster
⌗ ...von Auswahl
🖵 ...vom Bildschirm" |
wofi --dmenu --prompt "Foto" "$@")" in
wofi --dmenu --location 2 --lines 5 --prompt "Foto")" in
"🖧 ...von allen Bildschirmen") exec .config/sway/screenshot.sh all ;;
"🗔 ...vom aktiven Fenster") exec .config/sway/screenshot.sh focus ;;
@ -24,7 +24,7 @@ case "$(echo -e "🖼 Bildschirmfoto...
⏻ Herunterfahren
↻ Neustarten
⏾ Standby" |
wofi --dmenu --prompt "Menü" "$@")" in
wofi --dmenu --location 2 --lines 7 --prompt "Menü")" in
"🖼 Bildschirmfoto...")
screenshot "$@";;