use latest panel additions in presets

This commit is contained in:
piotr
2022-02-02 22:32:43 +01:00
parent 5f0981ad04
commit ce4607b91a
5 changed files with 36 additions and 20 deletions

View File

@ -23,16 +23,15 @@
],
"modules-right": [
"scratchpad",
"executor-updates"
"executor-updates",
"tray"
],
"controls-settings": {
"alignment": "right",
"components": [
"brightness",
"battery",
"volume",
"net",
"bluetooth"
"volume"
],
"commands": {
"battery": "",
@ -99,7 +98,8 @@
"output-switcher": true,
"window-width": 320,
"window-margin": 0,
"root-css-name": "controls-overview"
"root-css-name": "controls-overview",
"backlight-device": ""
},
"clock": {
"format": "%a, %d. %b %H:%M:%S",
@ -150,6 +150,10 @@
"icon-size": 20
},
"menu-start": "off",
"menu-start-settings": {}
"menu-start-settings": {},
"playerctl": {},
"sway-taskbar": {},
"dwl-tags": {},
"tray": {}
}
]