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