Add touch to signal rebuild

This commit is contained in:
Ryan Hughes
2025-07-07 19:01:28 -04:00
parent 820b80f287
commit 86bcac5d28
+3
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