update fix memory in waybar
This commit is contained in:
parent
0b66b0bacd
commit
220c6bfb1e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue