Reduce Walker config to overrides + adhere to system font (#620)

* Reduce to only have overrides

* Change font to pick up system font

* Add migration

* Add walker restart to pick up new font
This commit is contained in:
Ryan Hughes
2025-08-10 18:40:31 +02:00
committed by GitHub
parent dfe7ea24b3
commit 94aa9b688f
4 changed files with 11 additions and 203 deletions

View File

@@ -14,6 +14,7 @@ if [[ -n "$font_name" && "$font_name" != "CNCLD" ]]; then
~/.local/share/omarchy/bin/omarchy-restart-waybar
~/.local/share/omarchy/bin/omarchy-restart-swayosd
~/.local/share/omarchy/bin/omarchy-restart-walker
else
echo "Font '$font_name' not found."
exit 1