File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ omarchy-state clear re* -required
4+ omarchy-hyprland-window-close-all
5+ sleep 1 # Allow apps like Chrome to shutdown correctly
6+ systemctl reboot --no-wall
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ omarchy-state clear re* -required
4+ omarchy-hyprland-window-close-all
5+ sleep 1 # Allow apps like Chrome to shutdown correctly
6+ systemctl poweroff --no-wall
Original file line number Diff line number Diff line change @@ -438,8 +438,8 @@ show_system_menu() {
438438 * Lock* ) omarchy-lock-screen ;;
439439 * Screensaver* ) omarchy-launch-screensaver force ;;
440440 * Suspend* ) systemctl suspend ;;
441- * Restart* ) omarchy-state clear re * -required && systemctl reboot --no-wall ;;
442- * Shutdown* ) omarchy-state clear re * -required && systemctl poweroff --no-wall ;;
441+ * Restart* ) omarchy-cmd- reboot ;;
442+ * Shutdown* ) omarchy-cmd-shutdown ;;
443443 * ) back_to show_main_menu ;;
444444 esac
445445}
You can’t perform that action at this time.
0 commit comments