From 78f4605e099b2c2f4edba35eeb82cacbcfde7687 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 8 Oct 2025 21:43:35 +0000 Subject: [PATCH] Update waybar font --- .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 54cd95d..8fa6158 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -3,7 +3,7 @@ @define-color background #000000; * { - font-family: FiraCode Nerd Font; + font-family: FiraCode Nerd Font Mono; font-size: 16px; padding: 0; margin: 0;