summaryrefslogtreecommitdiff
path: root/.config/scripts/power.sh
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-16 10:06:02 +0100
committerGitHub <noreply@github.com>2026-03-16 10:06:02 +0100
commit524beaf9dfca305498040874efc98fbc763112ce (patch)
tree2240d2ae01d191d8446cee16f1017c57051409c7 /.config/scripts/power.sh
parenta680ace5b2efc37df17165e3389bf67250dc86a0 (diff)
Update power.sh
Diffstat (limited to '.config/scripts/power.sh')
-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 7c9649b..5079ccb 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" | fuzzel -d -p "> ")
+choice=$(echo -e "$options" | rofi -dmenu -i -p ">")
case "$choice" in
lock)