diff --git a/bin/omarchy-menu-power b/bin/omarchy-menu-power index 56e005e..94e0fc0 100755 --- a/bin/omarchy-menu-power +++ b/bin/omarchy-menu-power @@ -3,6 +3,7 @@ show_power_menu() { # The first characters are invisible sort keys. local menu_options=" Lock +󱄄 Save 󰤄 Suspend  Relaunch 󰜉 Restart @@ -11,6 +12,7 @@ show_power_menu() { case "$selection" in *Lock*) hyprlock ;; + *Show*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;; *Suspend*) systemctl suspend ;; *Relaunch*) uwsm stop ;; *Restart*) systemctl reboot ;;