diff --git a/sway-home/.config/nwg-shell/custom b/sway-home/.config/nwg-shell/custom index 3f1c5b13..4f6e4635 100644 --- a/sway-home/.config/nwg-shell/custom +++ b/sway-home/.config/nwg-shell/custom @@ -26,5 +26,7 @@ "dock-margin": 0, "dock-icon-size": 48, "dock-css": "", - "dock-on": false + "dock-on": false, + "swaync-positionX": "right", + "swaync-positionY": "top" } \ No newline at end of file diff --git a/sway-home/.config/nwg-shell/preset-0 b/sway-home/.config/nwg-shell/preset-0 index 09d9bee2..57333e99 100644 --- a/sway-home/.config/nwg-shell/preset-0 +++ b/sway-home/.config/nwg-shell/preset-0 @@ -5,7 +5,7 @@ "launcher-file-search-columns": 2, "launcher-search-files": true, "launcher-categories": true, - "launcher-resident": true, + "launcher-resident": false, "launcher-overlay": false, "launcher-css": "preset-0.css", "launcher-on": true, @@ -26,5 +26,7 @@ "dock-margin": 0, "dock-icon-size": 48, "dock-css": "preset-0.css", - "dock-on": false + "dock-on": false, + "swaync-positionX": "right", + "swaync-positionY": "top" } \ No newline at end of file diff --git a/sway-home/.config/nwg-shell/preset-1 b/sway-home/.config/nwg-shell/preset-1 index de09923a..f04fceda 100644 --- a/sway-home/.config/nwg-shell/preset-1 +++ b/sway-home/.config/nwg-shell/preset-1 @@ -26,5 +26,7 @@ "dock-margin": 0, "dock-icon-size": 48, "dock-css": "preset-1.css", - "dock-on": true + "dock-on": true, + "swaync-positionX": "center", + "swaync-positionY": "top" } \ No newline at end of file diff --git a/sway-home/.config/nwg-shell/preset-2 b/sway-home/.config/nwg-shell/preset-2 index b0367e2b..c9aaa742 100644 --- a/sway-home/.config/nwg-shell/preset-2 +++ b/sway-home/.config/nwg-shell/preset-2 @@ -26,5 +26,7 @@ "dock-margin": 0, "dock-icon-size": 48, "dock-css": "preset-2.css", - "dock-on": false + "dock-on": false, + "swaync-positionX": "right", + "swaync-positionY": "bottom" } \ No newline at end of file diff --git a/sway-home/.config/nwg-shell/preset-3 b/sway-home/.config/nwg-shell/preset-3 index 2c8a259f..2158b0fd 100644 --- a/sway-home/.config/nwg-shell/preset-3 +++ b/sway-home/.config/nwg-shell/preset-3 @@ -26,5 +26,7 @@ "dock-margin": 0, "dock-icon-size": 42, "dock-css": "preset-3.css", - "dock-on": true + "dock-on": true, + "swaync-positionX": "right", + "swaync-positionY": "top" } \ No newline at end of file diff --git a/sway-home/.config/nwg-shell/settings b/sway-home/.config/nwg-shell/settings index 42519e39..98b5c631 100644 --- a/sway-home/.config/nwg-shell/settings +++ b/sway-home/.config/nwg-shell/settings @@ -15,5 +15,6 @@ "panel-preset": "preset-0", "panel-custom": "", "show-on-startup": true, - "show-help": false + "show-help": false, + "last-upgrade-check": 0 } \ No newline at end of file diff --git a/sway-home/.config/nwg-wrapper/help-sway.pango b/sway-home/.config/nwg-wrapper/help-sway.pango index 28b47d24..6f858863 100644 --- a/sway-home/.config/nwg-wrapper/help-sway.pango +++ b/sway-home/.config/nwg-wrapper/help-sway.pango @@ -2,8 +2,9 @@ Web browser Mod+w Text editor Mod+e File manager Mod+f -Application launcher Alt+F1|Ctrl+Space Dock show/hide Mod+d +Notification center Mod+c +Application launcher Alt+F1|Ctrl+Space Kill task Alt+q Exit menu Mod+x diff --git a/sway-home/.config/sway/config b/sway-home/.config/sway/config index e9000e2c..7e635823 100644 --- a/sway-home/.config/sway/config +++ b/sway-home/.config/sway/config @@ -39,7 +39,6 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK exec hash dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec mako --icons 1 --markup 1 --actions 1 --padding 10 --background-color "#81a1c1" --default-timeout 10000 exec ~/.azotebg # The files we include below are created and will be overwritten by nwg-shell-config GUI! @@ -125,6 +124,7 @@ bindsym $Mod+w exec $browser bindsym Control+space exec $launcher bindsym Mod1+F1 exec $launcher bindsym $Mod+f exec $filemanager +bindsym $Mod+c exec swaync-client -t # Exit menu bindsym $Mod+x exec $exit