diff options
Diffstat (limited to '')
| -rwxr-xr-x | fuzzel/powermenu.sh | 18 | ||||
| -rw-r--r-- | wallust/templates/fuzzel (renamed from fuzzel/fuzzel.ini) | 26 |
2 files changed, 13 insertions, 31 deletions
diff --git a/fuzzel/powermenu.sh b/fuzzel/powermenu.sh deleted file mode 100755 index 22b17c3..0000000 --- a/fuzzel/powermenu.sh +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/sh - -poweroff=" Poweroff" -reboot=" Reboot" -lock=" Lock" -exit=" Exit" - -chosen=$(echo -e "$poweroff\n$reboot\n$lock\n$exit" | fuzzel --dmenu --lines 4 --width 15) - -case "$chosen" in - "$poweroff") shutdown now ;; - "$reboot") reboot ;; - "$lock") loginctl lock-session ;; - # "$exit") hyprctl dispatch exit ;; - "$exit") niri msg action quit ;; - *) exit 1 ;; -esac - diff --git a/fuzzel/fuzzel.ini b/wallust/templates/fuzzel index a50f09b..5d388ee 100644 --- a/fuzzel/fuzzel.ini +++ b/wallust/templates/fuzzel @@ -16,7 +16,7 @@ icon-theme=Papirus # delayed-filter-ms=300 # delayed-filter-limit=20000 # show-actions=no -terminal=footclient -o pad=0x0 +terminal=foot -o pad=0x0 # launch-prefix=<not set> # list-executables-in-path=no @@ -44,21 +44,21 @@ image-size-ratio=0 # match-workers=<number of logical CPUs> [colors] -background=1e2030ff -text=cad3f5ff -prompt=ed8796ff -placeholder=a5adcbff -input=cad3f5ff -match=ed8796ff -selection=ed8796ff -selection-text=24273aff -selection-match=24273aff -counter=a5adcbff -border=363a4fff +background= {{background | strip}}FF +text= {{foreground | strip}}FF +prompt= {{color4 | strip}}FF +placeholder= {{color2 | strip}}FF +input= {{foreground | strip}}FF +match= {{color4 | strip}}FF +selection= {{color0 | strip}}FF +selection-text= {{color5 | strip}}FF +selection-match= {{color5 | strip}}FF +counter= {{color1 | strip}}FF +border= {{color1 | strip}}FF [border] width=2 -radius=10 +radius=0 [dmenu] # mode=text # text|index |
