diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 21:03:59 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 21:03:59 +0100 |
| commit | ddcb1197455493f7082ee28b237e7f4d90c0e2ea (patch) | |
| tree | d83db17de01c1fc0226fd2197ab5f9f7580a9edc /.local | |
| parent | 0752531b421451094c17ebe0b59b95cd01b809a6 (diff) | |
Swapped out rofi mentions for fuzzel
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/powermenu.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/powermenu.sh b/.local/bin/powermenu.sh index dba1fd1..1243c69 100755 --- a/.local/bin/powermenu.sh +++ b/.local/bin/powermenu.sh @@ -16,8 +16,8 @@ lock="swaylock -f -i "$wallpaper"" # Options passed to fuzzel options="$power_off\n$reboot\n$suspend\n$hibernate\n$log_out\n$lock_screen" lines="$(echo "$options" | wc -l)" -rofi_command="fuzzel -d -w 14 -l $((lines+1))" -chosen="$(echo -e "$options" | $rofi_command )" +fuzzel_command="fuzzel -d -w 14 -l $((lines))" +chosen="$(echo -e "$options" | $fuzzel_command )" case $chosen in "$lock_screen") |
