diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-08-30 08:12:24 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-08-30 08:12:24 -0400 |
| commit | 64812f285f1e0736484ac138f55fba32392a41bd (patch) | |
| tree | b124b16e75d27d73a3b2aa8eada64d72c62a0d3a /.config/waybar/style.css | |
| parent | 1e14b9bc72ed4ccd42b44bf7281fc360a8958533 (diff) | |
| download | dotfiles-64812f285f1e0736484ac138f55fba32392a41bd.tar.gz | |
update hyprland-related config
I tried out ashell, but it eats CPU
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 031a74e..9c4677a 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -75,6 +75,7 @@ button:hover { #clock, #battery, +#upower, #cpu, #memory, #disk, @@ -107,12 +108,13 @@ button:hover { .modules-right > widget:last-child > #workspaces { margin-right: 0; } -#battery { +#battery,#upower { background-color: #ffffff; color: #000000; } -#battery.charging, #battery.plugged { +#battery.charging, #battery.plugged, +#upower.charging, #upower.plugged { color: #ffffff; background-color: #26A65B; } |
