code cleanup and design fix for wofi
This commit is contained in:
parent
26ea4c4fd4
commit
3be9274315
2 changed files with 3 additions and 6 deletions
|
@ -25,11 +25,8 @@ Font "Noto Sans" Regular 14
|
||||||
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
|
set $wallpaper2 ~/.config/sway/418263.jpg
|
||||||
# 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 wofi --show drun --monitor -2 --lines 10 --insensitive --allow-images --location 2 | 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"
|
||||||
|
|
|
@ -7,7 +7,7 @@ case "$(echo -e "🖧 ...von allen Bildschirmen
|
||||||
🗔 ...vom aktiven Fenster
|
🗔 ...vom aktiven Fenster
|
||||||
⌗ ...von Auswahl
|
⌗ ...von Auswahl
|
||||||
🖵 ...vom Bildschirm" |
|
🖵 ...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 ;;
|
"🖧 ...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" |
|
||||||
wofi --dmenu --prompt "Menü" "$@")" in
|
wofi --dmenu --location 2 --lines 7 --prompt "Menü")" in
|
||||||
|
|
||||||
"🖼 Bildschirmfoto...")
|
"🖼 Bildschirmfoto...")
|
||||||
screenshot "$@";;
|
screenshot "$@";;
|
||||||
|
|
Loading…
Reference in a new issue