Add hooks for theme set, font set, and post update (#2527)

Ala git hooks
This commit is contained in:
David Heinemeier Hansson
2025-10-18 16:11:49 +02:00
committed by GitHub
parent 63e3b3e32f
commit 24e76a3b90
7 changed files with 41 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ if [[ -n "$font_name" && "$font_name" != "CNCLD" ]]; then
omarchy-restart-waybar
omarchy-restart-swayosd
omarchy-restart-walker
omarchy-hook font-set "$font_name"
else
echo "Font '$font_name' not found."
exit 1