From e3548a9fd7ea604e0f2ca137e87ef0c5023677de Mon Sep 17 00:00:00 2001 From: Tobias Huttinger Date: Thu, 9 Jul 2026 17:28:20 +0200 Subject: [PATCH] Changed waybar font --- 03-user/dotfiles/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-user/dotfiles/.config/waybar/style.css b/03-user/dotfiles/.config/waybar/style.css index e5955bb..8dae1df 100644 --- a/03-user/dotfiles/.config/waybar/style.css +++ b/03-user/dotfiles/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: "Adwaita Mono", "FontAwesome"; + font-family: "SF Mono", "FontAwesome"; font-weight: 600; font-size: 13px; min-height: 0;