From ce4607b91ab90f95280911cbf6bd5405ef761c80 Mon Sep 17 00:00:00 2001 From: piotr Date: Wed, 2 Feb 2022 22:32:43 +0100 Subject: [PATCH] use latest panel additions in presets --- sway-home/.config/nwg-panel/preset-0 | 10 +++++++--- sway-home/.config/nwg-panel/preset-1 | 15 +++++++++------ sway-home/.config/nwg-panel/preset-2 | 13 ++++++++----- sway-home/.config/nwg-panel/preset-3 | 16 ++++++++++------ sway-home/.config/sway/autostart | 2 ++ 5 files changed, 36 insertions(+), 20 deletions(-) diff --git a/sway-home/.config/nwg-panel/preset-0 b/sway-home/.config/nwg-panel/preset-0 index 42ac8d67..126faa6c 100644 --- a/sway-home/.config/nwg-panel/preset-0 +++ b/sway-home/.config/nwg-panel/preset-0 @@ -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", diff --git a/sway-home/.config/nwg-panel/preset-1 b/sway-home/.config/nwg-panel/preset-1 index c182957c..2748e36c 100644 --- a/sway-home/.config/nwg-panel/preset-1 +++ b/sway-home/.config/nwg-panel/preset-1 @@ -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": {} } ] \ No newline at end of file diff --git a/sway-home/.config/nwg-panel/preset-2 b/sway-home/.config/nwg-panel/preset-2 index 21989824..41c4e21f 100644 --- a/sway-home/.config/nwg-panel/preset-2 +++ b/sway-home/.config/nwg-panel/preset-2 @@ -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": {} } ] \ No newline at end of file diff --git a/sway-home/.config/nwg-panel/preset-3 b/sway-home/.config/nwg-panel/preset-3 index 0358ae86..589d1d4c 100644 --- a/sway-home/.config/nwg-panel/preset-3 +++ b/sway-home/.config/nwg-panel/preset-3 @@ -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": {} } ] \ No newline at end of file diff --git a/sway-home/.config/sway/autostart b/sway-home/.config/sway/autostart index 776070f0..f644f224 100644 --- a/sway-home/.config/sway/autostart +++ b/sway-home/.config/sway/autostart @@ -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