update fix memory in waybar

This commit is contained in:
Tim Gröger 2023-05-12 08:37:11 +02:00
parent 0b66b0bacd
commit 220c6bfb1e
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@
"memory": {
"interval": 5,
//"format": "  {}%", // Icon: memory
"format": " {used}/{total}", // Icon: memory
"format": " {used:0.1f}/{total:0.1f}GiB", // Icon: memory
"states": {
"warning": 70,
"critical": 90
@ -181,7 +181,7 @@
},
"disk": {
"interval": 30,
"format": " {used}/{total}", // Icon: hdd
"format": " {used}/{total}"
},
"tray": {
"icon-size": 21,