Compare commits
No commits in common. "efd5937768e699ebc32016affff44ada04779177" and "dbb6352564c69de992911a3c3118f6d7f855eb65" have entirely different histories.
efd5937768
...
dbb6352564
@ -33,7 +33,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "custom/backup", "battery", "mpris"],
|
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory#memory", "memory#swap", "custom/backup", "battery", "mpris"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["network", "pulseaudio", "backlight", "clock"],
|
"modules-right": ["network", "pulseaudio", "backlight", "clock"],
|
||||||
"clock": {
|
"clock": {
|
||||||
@ -94,9 +94,18 @@
|
|||||||
"regular": 50
|
"regular": 50
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory#memory": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format": " {percentage}% <span font-size=\"7pt\">{swapPercentage}%</span>",
|
"format": " {percentage}%",
|
||||||
|
"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