diff --git a/bin/omarchy-restart-btop b/bin/omarchy-restart-btop index a714c88e..2de58537 100755 --- a/bin/omarchy-restart-btop +++ b/bin/omarchy-restart-btop @@ -1,3 +1,5 @@ #!/bin/bash +# Reload btop configuration (used by the Omarchy theme switching). + pkill -SIGUSR2 btop diff --git a/bin/omarchy-restart-hyprctl b/bin/omarchy-restart-hyprctl index ff17f78d..d8362c9f 100755 --- a/bin/omarchy-restart-hyprctl +++ b/bin/omarchy-restart-hyprctl @@ -1,3 +1,5 @@ #!/bin/bash +# Reload hyprland configuration (used by the Omarchy theme switching). + hyprctl reload >/dev/null diff --git a/bin/omarchy-restart-mako b/bin/omarchy-restart-mako index e9ff2cfa..f681a405 100755 --- a/bin/omarchy-restart-mako +++ b/bin/omarchy-restart-mako @@ -1,3 +1,5 @@ #!/bin/bash +# Reload mako configuration (used by the Omarchy theme switching). + makoctl reload