aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-10-03 15:54:43 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-03 15:54:43 +0200
commite33248206277c9b252d8d4e3db3984105ae520e8 (patch)
tree72a8ad6f1faf3669c0bea3bfe8229d5a02c81703 /.config
parentd17ce9f31afac725e86da8a1bf47e3769e4b5968 (diff)
Update format for CPU and memory
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/config.json b/.config/waybar/config.json
index f5b4c14..880565f 100644
--- a/.config/waybar/config.json
+++ b/.config/waybar/config.json
@@ -35,11 +35,11 @@
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
- "format": "CPU: {usage}%",
+ "format": "CPU: {load}",
"tooltip": false
},
"memory": {
- "format": "RAM: {}%"
+ "format": "RAM: {used}Gi/{total}Gi"
},
"temperature": {
"critical-threshold": 80,