Switched from bemenu to wofi

This commit is contained in:
esche 2023-11-19 19:38:26 +01:00
parent f4753cf0c8
commit b0adc96b78
2 changed files with 7 additions and 4 deletions

View file

@ -24,9 +24,12 @@ Font "Noto Sans" Regular 14
set $border 000000 set $border 000000
set $text ffffff set $text ffffff
set $wallpaper ~/.config/sway/2020-12-21_The-fairy-fir-tree_by-David-Revoy.jpg 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 # The default font can also be set with fontconfig
Font "Noto Sans" Regular 14
# Your preferred applications # 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 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 $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 $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 $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" 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"
@ -42,7 +45,7 @@ Font "Noto Sans" Regular 14
### Output configuration ### Output configuration
output * bg $wallpaper fill output * bg $wallpaper2 fill
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
# more wallpaper are available in /usr/share/backgrounds/sway/ # more wallpaper are available in /usr/share/backgrounds/sway/

View file

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