mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-02-20 05:19:48 -06:00
Remove window name middle module
Not enough space with all the other modules.
This commit is contained in:
parent
f45c7ec7f2
commit
c35f08222f
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue