Add touch to signal rebuild

This commit is contained in:
Ryan Hughes
2025-07-05 16:42:00 -04:00
parent 20a09cad86
commit d3f5662064

View File

@ -35,6 +35,9 @@ ln -nsf "$NEW_THEME" "$HOME/.config/omarchy/current/theme"
# Touch alacritty config to pickup the changed theme
touch "$HOME/.config/alacritty/alacritty.toml"
# Touch .plymouth-sync-needed to signal rebuild on shutdown / reboot
touch "$HOME/.config/omarchy/.plymouth-sync-needed"
# Restart for new theme
pkill -SIGUSR2 waybar
makoctl reload