summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-08 03:01:12 +0100
committerGitHub <noreply@github.com>2026-03-08 03:01:12 +0100
commit01401eea1bfd7c87fc471538c33e0af58e8b0c61 (patch)
tree719848eb9e9659647a1598830c563238e322b0bc /.config
parent33b21e6d849125b705c6b2d1125c38bb134dcd01 (diff)
Update power.sh
Diffstat (limited to '.config')
-rw-r--r--.config/scripts/power.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/power.sh b/.config/scripts/power.sh
index 6c5ad4e..7c9649b 100644
--- a/.config/scripts/power.sh
+++ b/.config/scripts/power.sh
@@ -1,7 +1,7 @@
#!/bin/bash
options="lock\nlogout\nshutdown\nreboot"
-choice=$(echo -e "$options" | rofi -dmenu -p "power" -i)
+choice=$(echo -e "$options" | fuzzel -d -p "> ")
case "$choice" in
lock)