1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 11:19:04 -05:00

Compare commits

...

2 commits

Author SHA1 Message Date
Kaan Barmore-Genç c35f08222f Remove window name middle module
Not enough space with all the other modules.
2022-05-19 21:37:23 -04:00
Kaan Barmore-Genç f45c7ec7f2 battery remaining time display 2022-05-19 21:30:51 -04:00

View file

@ -6,7 +6,7 @@
"spacing": 0, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-center": [],
"modules-right": ["custom/media", "battery", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"],
// Modules configuration
"sway/workspaces": {
@ -19,6 +19,8 @@
"default": ""
}
},
"sway/window": {
},
"keyboard-state": {
"numlock": true,
"capslock": true,
@ -108,7 +110,7 @@
"critical": 15
},
"full-at": 80,
"format": "{capacity}% {icon}",
"format": "{capacity}% - {time} {icon}",
"format-icons": ["", "", "", "", ""],
"max-length": 25
}