Compare commits
2 Commits
dbb6352564
...
efd5937768
Author | SHA1 | Date | |
---|---|---|---|
efd5937768 | |||
964dfaab31 |
@ -33,7 +33,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory#memory", "memory#swap", "custom/backup", "battery", "mpris"],
|
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "custom/backup", "battery", "mpris"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["network", "pulseaudio", "backlight", "clock"],
|
"modules-right": ["network", "pulseaudio", "backlight", "clock"],
|
||||||
"clock": {
|
"clock": {
|
||||||
@ -94,18 +94,9 @@
|
|||||||
"regular": 50
|
"regular": 50
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"memory#memory": {
|
"memory": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format": " {percentage}%",
|
"format": " {percentage}% <span font-size=\"7pt\">{swapPercentage}%</span>",
|
||||||
"states": {
|
|
||||||
"critical": 90,
|
|
||||||
"warning": 80,
|
|
||||||
"regular": 50
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"memory#swap": {
|
|
||||||
"interval": 5,
|
|
||||||
"format": " {swapPercentage}%",
|
|
||||||
"states": {
|
"states": {
|
||||||
"critical": 90,
|
"critical": 90,
|
||||||
"warning": 80,
|
"warning": 80,
|
||||||
|
Loading…
Reference in New Issue
Block a user