mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add touch to signal rebuild
This commit is contained in:
@ -35,6 +35,9 @@ ln -nsf "$NEW_THEME" "$HOME/.config/omarchy/current/theme"
|
|||||||
# Touch alacritty config to pickup the changed theme
|
# Touch alacritty config to pickup the changed theme
|
||||||
touch "$HOME/.config/alacritty/alacritty.toml"
|
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
|
# Restart for new theme
|
||||||
pkill -SIGUSR2 waybar
|
pkill -SIGUSR2 waybar
|
||||||
makoctl reload
|
makoctl reload
|
||||||
|
Reference in New Issue
Block a user