mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Add trigger to reload btop when theme changes
This commit is contained in:
@ -28,6 +28,9 @@ ln -nsf "$THEME_PATH" "$CURRENT_THEME_DIR"
|
|||||||
# Trigger alacritty config reload
|
# Trigger alacritty config reload
|
||||||
touch "$HOME/.config/alacritty/alacritty.toml"
|
touch "$HOME/.config/alacritty/alacritty.toml"
|
||||||
|
|
||||||
|
# Trigger btop config reload
|
||||||
|
pkill -SIGUSR2 btop
|
||||||
|
|
||||||
# Restart components to apply new theme
|
# Restart components to apply new theme
|
||||||
pkill waybar
|
pkill waybar
|
||||||
setsid waybar >/dev/null 2>&1 &
|
setsid waybar >/dev/null 2>&1 &
|
||||||
|
Reference in New Issue
Block a user