diff options
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/style.css')
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/style.css | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index 88dd0f8..6b760a2 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -46,11 +46,16 @@ window#waybar { } #cpu, +#temperature, #memory, #disk, +#custom-netspeed, +#battery, #wireplumber, #tray, -#clock { +#clock, +#custom-layout, +#window { padding: 0.4rem; margin: 0.3rem; color: #bbbbbb; @@ -65,10 +70,13 @@ window#waybar { } #cpu:hover, +#temperature:hover, #memory:hover, #disk:hover, +#custom-netspeed:hover, #wireplumber:hover, -#sysmonitor:hover { +#sysmonitor:hover, +#custom-layout:hover { background-color: #444444; border-radius: 1rem; } @@ -78,13 +86,21 @@ window#waybar { } #wireplumber { - color: #daa520; + color: #bbbbbb; } #wireplumber.muted { color: #666666; } +#battery.warning { + color: #daa520; +} + +#battery.critical { + color: #ff5858; +} + #tray > .passive { -gtk-icon-effect: dim; } |
