aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
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;
}