From 24a557ac7fdcccfd2dd12c96da52e8da3a920ae4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 5 Jan 2026 10:53:24 +0100 Subject: [PATCH] Documentation --- bin/omarchy-restart-btop | 2 ++ bin/omarchy-restart-hyprctl | 2 ++ bin/omarchy-restart-mako | 2 ++ 3 files changed, 6 insertions(+) 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