This commit is contained in:
2026-04-01 20:37:45 +01:00
parent 2e83db4b69
commit ab9854d12f
6 changed files with 8 additions and 17 deletions

View File

@@ -236,6 +236,7 @@ show_system_menu() {
local options="󱄄 Screensaver\n Lock\n󰒲 Suspend"
station-hibernation-available && options="$options\n󰤁 Hibernate"
options="$options\n󰍃 Logout\n󰜉 Restart\n󰐥 Shutdown"
echo $options
case $(menu "System" "$options") in
*Screensaver*) station-launch-screensaver force ;;
@@ -257,6 +258,7 @@ go_to_menu() {
case "${1,,}" in
*apps*) walker -p "Launch…" ;;
*trigger*) show_trigger_menu ;;
*share*) show_share_menu ;;
*background*) show_background_menu ;;
*setup*) show_setup_menu ;;
*update*) show_update_menu ;;