From 0e2b4778e56f47f3f759b84420c3f0ea6625b7ff Mon Sep 17 00:00:00 2001 From: piotr Date: Wed, 2 Feb 2022 23:17:57 +0100 Subject: [PATCH] initial settings -> swaync & tray --- sway-home/.config/nwg-panel/preset-0 | 21 ++++++++++++++++++++- sway-home/.config/nwg-panel/preset-1 | 21 ++++++++++++++++++++- sway-home/.config/nwg-panel/preset-2 | 21 ++++++++++++++++++++- sway-home/.config/nwg-panel/preset-3 | 21 ++++++++++++++++++++- 4 files changed, 80 insertions(+), 4 deletions(-) diff --git a/sway-home/.config/nwg-panel/preset-0 b/sway-home/.config/nwg-panel/preset-0 index 126faa6c..89bb331f 100644 --- a/sway-home/.config/nwg-panel/preset-0 +++ b/sway-home/.config/nwg-panel/preset-0 @@ -145,7 +145,26 @@ "sway-workspaces": {}, "scratchpad": {}, "dwl-tags": {}, - "tray": {} + "tray": { + "icon-size": 16, + "root-css-name": "tray", + "inner-css-name": "inner-tray", + "smooth-scrolling-threshold": 0 + }, + "swaync": { + "tooltip-text": "Notifications", + "on-left-click": "swaync-client -t", + "on-middle-click": "", + "on-right-click": "", + "on-scroll-up": "", + "on-scroll-down": "", + "root-css-name": "root-executor", + "css-name": "executor", + "icon-placement": "left", + "icon-size": 16, + "interval": 1, + "always-show-icon": true + } }, { "name": "bottom", diff --git a/sway-home/.config/nwg-panel/preset-1 b/sway-home/.config/nwg-panel/preset-1 index 2748e36c..df676388 100644 --- a/sway-home/.config/nwg-panel/preset-1 +++ b/sway-home/.config/nwg-panel/preset-1 @@ -193,6 +193,25 @@ "interval": 3 }, "dwl-tags": {}, - "tray": {} + "tray": { + "icon-size": 16, + "root-css-name": "tray", + "inner-css-name": "inner-tray", + "smooth-scrolling-threshold": 0 + }, + "swaync": { + "tooltip-text": "Notifications", + "on-left-click": "swaync-client -t", + "on-middle-click": "", + "on-right-click": "", + "on-scroll-up": "", + "on-scroll-down": "", + "root-css-name": "root-executor", + "css-name": "executor", + "icon-placement": "left", + "icon-size": 16, + "interval": 1, + "always-show-icon": true + } } ] \ 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 41c4e21f..58c179ed 100644 --- a/sway-home/.config/nwg-panel/preset-2 +++ b/sway-home/.config/nwg-panel/preset-2 @@ -206,6 +206,25 @@ "interval": 3 }, "dwl-tags": {}, - "tray": {} + "tray": { + "icon-size": 16, + "root-css-name": "tray", + "inner-css-name": "inner-tray", + "smooth-scrolling-threshold": 0 + }, + "swaync": { + "tooltip-text": "Notifications", + "on-left-click": "swaync-client -t", + "on-middle-click": "", + "on-right-click": "", + "on-scroll-up": "", + "on-scroll-down": "", + "root-css-name": "root-executor", + "css-name": "executor", + "icon-placement": "left", + "icon-size": 16, + "interval": 1, + "always-show-icon": true + } } ] \ 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 589d1d4c..fff8d97e 100644 --- a/sway-home/.config/nwg-panel/preset-3 +++ b/sway-home/.config/nwg-panel/preset-3 @@ -154,6 +154,25 @@ "playerctl": {}, "sway-taskbar": {}, "dwl-tags": {}, - "tray": {} + "tray": { + "icon-size": 16, + "root-css-name": "tray", + "inner-css-name": "inner-tray", + "smooth-scrolling-threshold": 0 + }, + "swaync": { + "tooltip-text": "Notifications", + "on-left-click": "swaync-client -t", + "on-middle-click": "", + "on-right-click": "", + "on-scroll-up": "", + "on-scroll-down": "", + "root-css-name": "root-executor", + "css-name": "executor", + "icon-placement": "left", + "icon-size": 16, + "interval": 1, + "always-show-icon": true + } } ] \ No newline at end of file