From b3e31df862b4f37084957c4f29abb737547067ec Mon Sep 17 00:00:00 2001 From: ryukamish Date: Tue, 2 Jun 2026 12:34:46 +0530 Subject: fix: lessen the dependence on nerd fonts --- waybar/style.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'waybar/style.css') 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; */ -- cgit v1.3