updated config files

This commit is contained in:
2021-11-17 21:35:45 +01:00
parent 96a4518336
commit 65eddb9c82

View File

@@ -3,7 +3,7 @@
"height": 25, // Waybar height (to be removed for auto height) "height": 25, // Waybar height (to be removed for auto height)
"modules-left": ["sway/workspaces"], "modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"], "modules-center": ["sway/window"],
"modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "tray", "clock"], "modules-right": ["network", "cpu", "memory", "pulseaudio","battery", "tray", "clock"],
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
@@ -24,17 +24,13 @@
"memory": { "memory": {
"format": "{}% " "format": "{}% "
}, },
"backlight": {
"format": "{percent}% {icon} |",
"format-icons": ["", ""]
},
"battery": { "battery": {
"states": { "states": {
"good": 80, "good": 80,
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{capacity}% {icon} |", "format": "{capacity}% {icon}",
"format-charging": "{capacity}% ", "format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ", "format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}", "format-alt": "{time} {icon}",