aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 19:42:26 +0300
committerawy <awy@awy.one>2025-07-30 19:42:26 +0300
commit6315ae646c2cf3885c5b401a92c922f643897aa2 (patch)
tree14de758f531665edf772a1158b3af80c2f06e49b /.config/waybar/style.css
parentbf852bc465bde8da594c2c2b4ee831bf352841c0 (diff)
downloadhyprdots-6315ae646c2cf3885c5b401a92c922f643897aa2.tar.gz
memory module
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css12
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;
}