From d3f566206417665b25517a4b14706304e57bcfe7 Mon Sep 17 00:00:00 2001 From: Ryan Hughes <1630358+ryanrhughes@users.noreply.github.com> Date: Sat, 5 Jul 2025 16:42:00 -0400 Subject: [PATCH] Add touch to signal rebuild --- bin/omarchy-theme-next | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-theme-next b/bin/omarchy-theme-next index 40ace80..0d20fc0 100755 --- a/bin/omarchy-theme-next +++ b/bin/omarchy-theme-next @@ -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