aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/apps/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/desktop/apps/waybar/style.css')
-rw-r--r--modules/user/desktop/apps/waybar/style.css4
1 files changed, 2 insertions, 2 deletions
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;
}