diff options
| author | ryukamish <[email protected]> | 2026-06-02 12:34:46 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-02 12:34:46 +0530 |
| commit | b3e31df862b4f37084957c4f29abb737547067ec (patch) | |
| tree | 7fcd400e66261fb8fc03471e4e16c390b0044fba /waybar/style.css | |
| parent | 3332c2b802f965730aea52e00aadfef64b533c79 (diff) | |
fix: lessen the dependence on nerd fonts
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/waybar/style.css b/waybar/style.css index 61f4baf..f3f6ed2 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,13 +1,14 @@ * { border: none; - font-family: "Terminess Nerd Font Propo, monospace"; - font-size: 16px; - /* font-weight: bold; */ + /* font-family: "Terminess Nerd Font Propo, monospace"; */ + font-family: "IoskeleyMonoNL Nerd Font, monospace"; + font-size: 14px; + font-weight: bold; min-height: 0; } window#waybar { - background-color: alpha(#0a0a0a, 0.7); + background-color: alpha(#0a0a0a, 0.8); } #battery { @@ -35,7 +36,7 @@ window#waybar { #bluetooth, #pulseaudio, #tray { - padding: 0 8px; + padding: 0 12px; } /* add grey color to some modules */ @@ -46,6 +47,8 @@ window#waybar { #custom-brightness, #custom-uptime, #custom-vpn, +#clock, +#window, #battery { color: #cccccc; /* color: #9b8ec4; */ |
