Fix power menu for Screen save

This commit is contained in:
David Heinemeier Hansson
2025-08-02 21:52:36 +02:00
parent f729004306
commit f6a459b26b

View File

@ -12,7 +12,7 @@ show_power_menu() {
case "$selection" in case "$selection" in
*Lock*) hyprlock ;; *Lock*) hyprlock ;;
*Show*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;; *Save*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
*Suspend*) systemctl suspend ;; *Suspend*) systemctl suspend ;;
*Relaunch*) uwsm stop ;; *Relaunch*) uwsm stop ;;
*Restart*) systemctl reboot ;; *Restart*) systemctl reboot ;;