Compare commits

...

2 Commits

Author SHA1 Message Date
efd5937768 Show swap percentage in memory module as subtext 2024-06-01 16:14:30 -05:00
964dfaab31 Revert "Add swap space to bar"
This reverts commit dbb6352564.
2024-06-01 16:07:08 -05:00

View File

@ -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,