diff options
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css index 3e0f04a..07e2661 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,8 +1,8 @@ * { border: none; font-family: "JetBrainsMono Nerd Font Propo, monospace"; - font-size: 12px; - font-weight: bold; + font-size: 14px; + /* font-weight: bold; */ min-height: 0; } @@ -15,6 +15,14 @@ window#waybar { padding: 0 6px; } +#battery.discharging.warning { + color: #ffa500; +} + +#battery.discharging.critical { + color: #ff0000; +} + #clock, #battery, #window, @@ -28,6 +36,16 @@ window#waybar { padding: 0 8px; } +/* add grey color to some modules */ +#network, +#memory, +#bluetooth, +#pulseaudio, +#custom-brightness, +#battery { + color: #cccccc; +} + /* custom modules */ #custom-screenrecording-indicator { color: #ff0000; |
