From f6a459b26b389afcd175b72d5cae4391ea58b386 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 2 Aug 2025 21:52:36 +0200 Subject: [PATCH] Fix power menu for Screen save --- bin/omarchy-menu-power | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu-power b/bin/omarchy-menu-power index 94e0fc0..f10f899 100755 --- a/bin/omarchy-menu-power +++ b/bin/omarchy-menu-power @@ -12,7 +12,7 @@ show_power_menu() { case "$selection" in *Lock*) hyprlock ;; - *Show*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;; + *Save*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;; *Suspend*) systemctl suspend ;; *Relaunch*) uwsm stop ;; *Restart*) systemctl reboot ;;