From a49bd12f442bc9bd9a59c5f6a297b64f58194f98 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 Aug 2025 13:34:50 +0200 Subject: [PATCH] Also just use the normal CaskaydiaMono Nerd Font Then we are compatible with the new font switcher --- config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 1ed2f3a2..5f790ff0 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -7,7 +7,7 @@ border: none; border-radius: 0; min-height: 0; - font-family: CaskaydiaMono Nerd Font Propo; + font-family: CaskaydiaMono Nerd Font; font-size: 12px; }