use latest panel additions in presets
This commit is contained in:
parent
5f0981ad04
commit
ce4607b91a
@ -24,7 +24,8 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"scratchpad",
|
||||
"executor-updates"
|
||||
"executor-updates",
|
||||
"tray"
|
||||
],
|
||||
"controls": "right",
|
||||
"controls-settings": {
|
||||
@ -101,7 +102,8 @@
|
||||
"output-switcher": true,
|
||||
"window-width": 320,
|
||||
"window-margin": 0,
|
||||
"root-css-name": "controls-overview"
|
||||
"root-css-name": "controls-overview",
|
||||
"backlight-device": ""
|
||||
},
|
||||
"playerctl": {
|
||||
"interval": 1,
|
||||
@ -141,7 +143,9 @@
|
||||
},
|
||||
"sway-taskbar": {},
|
||||
"sway-workspaces": {},
|
||||
"scratchpad": {}
|
||||
"scratchpad": {},
|
||||
"dwl-tags": {},
|
||||
"tray": {}
|
||||
},
|
||||
{
|
||||
"name": "bottom",
|
||||
|
@ -25,7 +25,8 @@
|
||||
"executor-cpuav",
|
||||
"executor-cpubar",
|
||||
"scratchpad",
|
||||
"executor-updates"
|
||||
"executor-updates",
|
||||
"tray"
|
||||
],
|
||||
"sway-taskbar": {},
|
||||
"controls-settings": {
|
||||
@ -33,9 +34,7 @@
|
||||
"components": [
|
||||
"brightness",
|
||||
"battery",
|
||||
"volume",
|
||||
"bluetooth",
|
||||
"net"
|
||||
"volume"
|
||||
],
|
||||
"commands": {
|
||||
"battery": "",
|
||||
@ -101,7 +100,9 @@
|
||||
"system-shutdown-symbolic": "system-shutdown",
|
||||
"output-switcher": true,
|
||||
"window-width": 320,
|
||||
"window-margin": 6
|
||||
"window-margin": 6,
|
||||
"backlight-device": "",
|
||||
"root-css-name": "controls-overview"
|
||||
},
|
||||
"playerctl": {},
|
||||
"clock": {
|
||||
@ -190,6 +191,8 @@
|
||||
"icon-placement": "left",
|
||||
"icon-size": 16,
|
||||
"interval": 3
|
||||
}
|
||||
},
|
||||
"dwl-tags": {},
|
||||
"tray": {}
|
||||
}
|
||||
]
|
@ -24,7 +24,8 @@
|
||||
"executor-cpubar",
|
||||
"scratchpad",
|
||||
"executor-updates",
|
||||
"clock"
|
||||
"clock",
|
||||
"tray"
|
||||
],
|
||||
"sway-taskbar": {
|
||||
"workspace-buttons": false,
|
||||
@ -54,8 +55,7 @@
|
||||
"components": [
|
||||
"brightness",
|
||||
"battery",
|
||||
"volume",
|
||||
"bluetooth"
|
||||
"volume"
|
||||
],
|
||||
"commands": {
|
||||
"battery": "",
|
||||
@ -122,7 +122,8 @@
|
||||
"output-switcher": true,
|
||||
"window-width": 320,
|
||||
"window-margin": 0,
|
||||
"root-css-name": "controls-overview"
|
||||
"root-css-name": "controls-overview",
|
||||
"backlight-device": ""
|
||||
},
|
||||
"playerctl": {},
|
||||
"clock": {
|
||||
@ -203,6 +204,8 @@
|
||||
"icon-placement": "right",
|
||||
"icon-size": 14,
|
||||
"interval": 3
|
||||
}
|
||||
},
|
||||
"dwl-tags": {},
|
||||
"tray": {}
|
||||
}
|
||||
]
|
@ -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": {}
|
||||
}
|
||||
]
|
@ -1,3 +1,5 @@
|
||||
exec swaync -s /home/piotr/.config/swaync/preset-0.css
|
||||
exec nm-applet --indicator
|
||||
exec_always autotiling
|
||||
exec_always nwg-drawer -r -s preset-0.css -term foot
|
||||
exec_always nwg-panel -c preset-0 -s preset-0.css
|
||||
|
Reference in New Issue
Block a user