Rename refresh-bar -> refresh-shell, restart-quickshell -> restart-shell

The bin names should reflect the thing they manage. `refresh bar` is
misleading because the command resets the entire shell.json (which holds
plugins beyond just the bar), and `restart quickshell` names the runtime
rather than the product. Both now end in `-shell` to match the rest of
omarchy-shell.

Updates every caller in autostart, the menu, voxtype helpers, and the
shell README. No behavior changes.
This commit is contained in:
Ryan Hughes
2026-05-14 16:33:51 -04:00
parent 2ca15dc767
commit 90f0475a9d
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
hl.on("hyprland.start", function()
hl.exec_cmd("uwsm-app -- hypridle")
hl.exec_cmd("omarchy-restart-quickshell")
hl.exec_cmd("omarchy-restart-shell")
hl.exec_cmd("uwsm-app -- fcitx5 --disable notificationitem")
hl.exec_cmd("uwsm-app -- swaybg -i ~/.config/omarchy/current/background -m fill")
hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")