diff options
author | awy <awy@awy.one> | 2025-07-30 19:42:26 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 19:42:26 +0300 |
commit | 6315ae646c2cf3885c5b401a92c922f643897aa2 (patch) | |
tree | 14de758f531665edf772a1158b3af80c2f06e49b /.config/waybar/style.css | |
parent | bf852bc465bde8da594c2c2b4ee831bf352841c0 (diff) | |
download | hyprdots-6315ae646c2cf3885c5b401a92c922f643897aa2.tar.gz |
memory module
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 80b90d5..d429eba 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -89,6 +89,18 @@ window#waybar { padding-right: 10px; } +#custom-memory.high { + color: @red; +} + +#custom-memory.mid { + color: @yellow; +} + +#custom-memory.low { + color: @green; +} + #custom-forecast { padding-right: 10px; } |