From 18035cc9c2793beccf58d8a47463819c27d4d662 Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 29 Apr 2026 12:43:50 -0400 Subject: work, work, work --- modules/user/desktop/apps/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user/desktop/apps/waybar/style.css') diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css index 10f7787..16039d2 100644 --- a/modules/user/desktop/apps/waybar/style.css +++ b/modules/user/desktop/apps/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: 'Fira Code', monospace; + font-family: 'FiraCode Nerd Font', monospace; font-size: 10pt; min-height: 0; } @@ -23,7 +23,7 @@ tooltip label { background: rgba(0, 0, 0, 0.33); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; - margin: 0 6px; + margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */ padding: 0 2px; } -- cgit v1.3.1