update fix memory in waybar
This commit is contained in:
parent
0b66b0bacd
commit
220c6bfb1e
|
@ -165,7 +165,7 @@
|
||||||
"memory": {
|
"memory": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
//"format": " {}%", // Icon: memory
|
//"format": " {}%", // Icon: memory
|
||||||
"format": " {used}/{total}", // Icon: memory
|
"format": " {used:0.1f}/{total:0.1f}GiB", // Icon: memory
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 70,
|
"warning": 70,
|
||||||
"critical": 90
|
"critical": 90
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
},
|
},
|
||||||
"disk": {
|
"disk": {
|
||||||
"interval": 30,
|
"interval": 30,
|
||||||
"format": " {used}/{total}", // Icon: hdd
|
"format": " {used}/{total}"
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 21,
|
"icon-size": 21,
|
||||||
|
|
Loading…
Reference in New Issue