diff options
| author | ryukamish <[email protected]> | 2026-05-07 00:03:49 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-05-07 00:03:49 +0530 |
| commit | 3f954424471ce6ee0b5dfcb3dc12eae1e9891b1a (patch) | |
| tree | ce3d180bc4817cf693aa75ae5227c54b6541c6cc /waybar/style.css | |
| parent | 9e74ddfea57d885c9c6e7f787a682ba3c3e23067 (diff) | |
chore: removing cpu and temp modules on waybar and color changes to neutral colors
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/waybar/style.css b/waybar/style.css index c3ba99b..61f4baf 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,29 +1,26 @@ * { border: none; font-family: "Terminess Nerd Font Propo, monospace"; - font-size: 14px; + font-size: 16px; /* font-weight: bold; */ min-height: 0; } window#waybar { - background-color: #0a0a0a; - color: #b8a9e9; + background-color: alpha(#0a0a0a, 0.7); +} + +#battery { + background: transparent; } /* Different battery states indicator */ #battery.discharging.warning { color: #ffa500; - background-color: #0a0a0a; } #battery.discharging.critical { color: #ff0000; - background-color: #0a0a0a; -} - -#battery.charging { - background-color: #0a0a0a; } #clock, @@ -34,8 +31,6 @@ window#waybar { #custom-vpn, #memory, #network, -#temperature, -#cpu, #mpris, #bluetooth, #pulseaudio, @@ -48,14 +43,12 @@ window#waybar { #memory, #bluetooth, #pulseaudio, -#temperature, -#cpu, #custom-brightness, #custom-uptime, #custom-vpn, #battery { - /* color: #cccccc; */ - color: #9b8ec4; + color: #cccccc; + /* color: #9b8ec4; */ } #temperature.critical { |
