From 0bda546ea53e35cd8086cef8d61b84b600bafd50 Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 28 May 2026 13:49:40 +0200 Subject: Delete .config/scripts/power.sh --- .config/scripts/power.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .config/scripts/power.sh (limited to '.config/scripts/power.sh') diff --git a/.config/scripts/power.sh b/.config/scripts/power.sh deleted file mode 100644 index 18fea9d..0000000 --- a/.config/scripts/power.sh +++ /dev/null @@ -1,17 +0,0 @@ -options="lock\nlogout\nshutdown\nreboot" -choice=$(echo -e "$options" | rofi -dmenu -i -p ">") - -case "$choice" in - lock) - hyprlock - ;; - logout) - command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit - ;; - shutdown) - shutdown now - ;; - reboot) - reboot - ;; -esac -- cgit v1.3.1