Add trigger to reload btop when theme changes

This commit is contained in:
tahayvr
2025-07-17 16:33:36 -07:00
parent ebe38078de
commit ee74a87020

View File

@ -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 &