mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Extract all restart commands in consistent wrappers
This commit is contained in:
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
|
fi
|
||||||
omarchy-restart-swayosd
|
omarchy-restart-swayosd
|
||||||
omarchy-restart-terminal
|
omarchy-restart-terminal
|
||||||
hyprctl reload >/dev/null
|
omarchy-restart-hyprctl
|
||||||
pkill -SIGUSR2 btop
|
omarchy-restart-btop
|
||||||
# pkill -SIGUSR2 opencode
|
omarchy-restart-mako
|
||||||
makoctl reload
|
|
||||||
|
|
||||||
# Change app-specific themes
|
# Change app-specific themes
|
||||||
omarchy-theme-set-gnome
|
omarchy-theme-set-gnome
|
||||||
|
|||||||
Reference in New Issue
Block a user