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

@ -24,7 +24,8 @@
], ],
"modules-right": [ "modules-right": [
"scratchpad", "scratchpad",
"executor-updates" "executor-updates",
"tray"
], ],
"controls": "right", "controls": "right",
"controls-settings": { "controls-settings": {
@ -101,7 +102,8 @@
"output-switcher": true, "output-switcher": true,
"window-width": 320, "window-width": 320,
"window-margin": 0, "window-margin": 0,
"root-css-name": "controls-overview" "root-css-name": "controls-overview",
"backlight-device": ""
}, },
"playerctl": { "playerctl": {
"interval": 1, "interval": 1,
@ -141,7 +143,9 @@
}, },
"sway-taskbar": {}, "sway-taskbar": {},
"sway-workspaces": {}, "sway-workspaces": {},
"scratchpad": {} "scratchpad": {},
"dwl-tags": {},
"tray": {}
}, },
{ {
"name": "bottom", "name": "bottom",

View File

@ -25,7 +25,8 @@
"executor-cpuav", "executor-cpuav",
"executor-cpubar", "executor-cpubar",
"scratchpad", "scratchpad",
"executor-updates" "executor-updates",
"tray"
], ],
"sway-taskbar": {}, "sway-taskbar": {},
"controls-settings": { "controls-settings": {
@ -33,9 +34,7 @@
"components": [ "components": [
"brightness", "brightness",
"battery", "battery",
"volume", "volume"
"bluetooth",
"net"
], ],
"commands": { "commands": {
"battery": "", "battery": "",
@ -101,7 +100,9 @@
"system-shutdown-symbolic": "system-shutdown", "system-shutdown-symbolic": "system-shutdown",
"output-switcher": true, "output-switcher": true,
"window-width": 320, "window-width": 320,
"window-margin": 6 "window-margin": 6,
"backlight-device": "",
"root-css-name": "controls-overview"
}, },
"playerctl": {}, "playerctl": {},
"clock": { "clock": {
@ -190,6 +191,8 @@
"icon-placement": "left", "icon-placement": "left",
"icon-size": 16, "icon-size": 16,
"interval": 3 "interval": 3
} },
"dwl-tags": {},
"tray": {}
} }
] ]

View File

@ -24,7 +24,8 @@
"executor-cpubar", "executor-cpubar",
"scratchpad", "scratchpad",
"executor-updates", "executor-updates",
"clock" "clock",
"tray"
], ],
"sway-taskbar": { "sway-taskbar": {
"workspace-buttons": false, "workspace-buttons": false,
@ -54,8 +55,7 @@
"components": [ "components": [
"brightness", "brightness",
"battery", "battery",
"volume", "volume"
"bluetooth"
], ],
"commands": { "commands": {
"battery": "", "battery": "",
@ -122,7 +122,8 @@
"output-switcher": true, "output-switcher": true,
"window-width": 320, "window-width": 320,
"window-margin": 0, "window-margin": 0,
"root-css-name": "controls-overview" "root-css-name": "controls-overview",
"backlight-device": ""
}, },
"playerctl": {}, "playerctl": {},
"clock": { "clock": {
@ -203,6 +204,8 @@
"icon-placement": "right", "icon-placement": "right",
"icon-size": 14, "icon-size": 14,
"interval": 3 "interval": 3
} },
"dwl-tags": {},
"tray": {}
} }
] ]

View File

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

View File

@ -1,3 +1,5 @@
exec swaync -s /home/piotr/.config/swaync/preset-0.css
exec nm-applet --indicator
exec_always autotiling exec_always autotiling
exec_always nwg-drawer -r -s preset-0.css -term foot exec_always nwg-drawer -r -s preset-0.css -term foot
exec_always nwg-panel -c preset-0 -s preset-0.css exec_always nwg-panel -c preset-0 -s preset-0.css