diff options
| author | ryukamish <[email protected]> | 2026-04-27 15:20:14 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-27 15:20:14 +0530 |
| commit | 1886672941b77db09284b58890623145415faf00 (patch) | |
| tree | 8dff8230fc36af9f57481834692cc74f53ea0268 /waybar/style.css | |
| parent | 4d33ae8d39aaf33b53d24aae528d2cfa61412ae4 (diff) | |
add: color overhaul and modules' styles
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/waybar/style.css b/waybar/style.css index 8c59471..cf7655f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,14 +1,14 @@ * { border: none; - font-family: "JetBrainsMono Nerd Font Propo, monospace"; + font-family: "Terminess Nerd Font Propo, monospace"; font-size: 14px; /* font-weight: bold; */ min-height: 0; } window#waybar { - background-color: #000000; - color: #ffffff; + background-color: #0a0a0a; + color: #b8a9e9; } /* Different battery states indicator */ @@ -25,8 +25,11 @@ window#waybar { #window, #custom-brightness, #custom-uptime, +#custom-vpn, #memory, #network, +#temperature, +#cpu, #mpris, #bluetooth, #pulseaudio, @@ -39,10 +42,18 @@ window#waybar { #memory, #bluetooth, #pulseaudio, +#temperature, +#cpu, #custom-brightness, #custom-uptime, +#custom-vpn, #battery { - color: #cccccc; + /* color: #cccccc; */ + color: #9b8ec4; +} + +#temperature.critical { + color: #ff0000; } /* custom modules */ |
