aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/apps/waybar/style.css
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-04-29 12:43:50 -0400
committerRosa <rosaontheweb@proton.me>2026-04-29 12:43:50 -0400
commit18035cc9c2793beccf58d8a47463819c27d4d662 (patch)
treea9342774d9c2f9501dfe5731908886df4b83b157 /modules/user/desktop/apps/waybar/style.css
parent9238313f62ed559398eea4564aaadc70cf9acd1d (diff)
work, work, work
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;
}