From ee74a870206ef3f58092fd5f6180c2fb11b3af69 Mon Sep 17 00:00:00 2001 From: tahayvr Date: Thu, 17 Jul 2025 16:33:36 -0700 Subject: [PATCH] Add trigger to reload btop when theme changes --- bin/omarchy-theme-set | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-theme-set b/bin/omarchy-theme-set index 2998fb0..2e043f1 100755 --- a/bin/omarchy-theme-set +++ b/bin/omarchy-theme-set @@ -28,6 +28,9 @@ ln -nsf "$THEME_PATH" "$CURRENT_THEME_DIR" # Trigger alacritty config reload touch "$HOME/.config/alacritty/alacritty.toml" +# Trigger btop config reload +pkill -SIGUSR2 btop + # Restart components to apply new theme pkill waybar setsid waybar >/dev/null 2>&1 &