aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/config.json3
-rw-r--r--.config/waybar/style.css12
2 files changed, 14 insertions, 1 deletions
diff --git a/.config/waybar/config.json b/.config/waybar/config.json
index 8d32834..fad14d4 100644
--- a/.config/waybar/config.json
+++ b/.config/waybar/config.json
@@ -129,7 +129,8 @@
"on-click": "BLOCK_BUTTON=1 sb-memory",
"on-click-right": "BLOCK_BUTTON=3 sb-memory",
"on-click-middle": "BLOCK_BUTTON=2 sb-memory",
- "on-click-backward": "BLOCK_BUTTON=8 sb-memory"
+ "on-click-backward": "BLOCK_BUTTON=8 sb-memory",
+ "return-type": "json"
},
"custom/doppler" : {
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;
}