mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
Extract all restart commands in consistent wrappers
This commit is contained in:
parent
13149f5fc9
commit
2fcaf4b6ff
3
bin/omarchy-restart-btop
Executable file
3
bin/omarchy-restart-btop
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkill -SIGUSR2 btop
|
||||
3
bin/omarchy-restart-hyprctl
Executable file
3
bin/omarchy-restart-hyprctl
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
hyprctl reload >/dev/null
|
||||
3
bin/omarchy-restart-mako
Executable file
3
bin/omarchy-restart-mako
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
makoctl reload
|
||||
@ -47,10 +47,9 @@ if pgrep -x waybar >/dev/null; then
|
||||
fi
|
||||
omarchy-restart-swayosd
|
||||
omarchy-restart-terminal
|
||||
hyprctl reload >/dev/null
|
||||
pkill -SIGUSR2 btop
|
||||
# pkill -SIGUSR2 opencode
|
||||
makoctl reload
|
||||
omarchy-restart-hyprctl
|
||||
omarchy-restart-btop
|
||||
omarchy-restart-mako
|
||||
|
||||
# Change app-specific themes
|
||||
omarchy-theme-set-gnome
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user