From 524beaf9dfca305498040874efc98fbc763112ce Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 16 Mar 2026 10:06:02 +0100 Subject: Update power.sh --- .config/scripts/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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) -- cgit v1.3.1