From 70fa03dbb38a8142d768b1d65b5988c4dca25896 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Nov 2025 19:09:04 +0100 Subject: [PATCH] We don't change the font config, but rely on general monospace --- bin/omarchy-font-set | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy-font-set b/bin/omarchy-font-set index 875a000b..d8f19742 100755 --- a/bin/omarchy-font-set +++ b/bin/omarchy-font-set @@ -28,7 +28,6 @@ if [[ -n "$font_name" && "$font_name" != "CNCLD" ]]; then omarchy-restart-waybar omarchy-restart-swayosd - omarchy-restart-walker if pgrep -x ghostty; then notify-send " You must restart Ghostty to see font change"