aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config.json')
-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,