From 4024086cee1f5d40d5422d33c29f215dab1e3902 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sun, 13 Jul 2025 16:32:33 +0200 Subject: [PATCH] Fixes theme for swaync --- .config/nwg-look/config | 7 +++++++ .config/swaync/config.json | 1 + .config/theming/applications/swaync/notification.scss | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 .config/nwg-look/config diff --git a/.config/nwg-look/config b/.config/nwg-look/config new file mode 100644 index 0000000..d0d7956 --- /dev/null +++ b/.config/nwg-look/config @@ -0,0 +1,7 @@ +{ + "export-settings-ini": true, + "export-gtkrc-20": true, + "export-index-theme": true, + "export-xsettingsd": true, + "export-gtk4-symlinks": false +} \ No newline at end of file diff --git a/.config/swaync/config.json b/.config/swaync/config.json index cce6534..5b2644e 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -2,6 +2,7 @@ "$schema": "/etc/xdg/swaync/configSchema.json", "positionX": "right", "positionY": "top", + "layer": "top", "widgets": [ "inhibitors", "title", diff --git a/.config/theming/applications/swaync/notification.scss b/.config/theming/applications/swaync/notification.scss index f08141f..6ff6218 100644 --- a/.config/theming/applications/swaync/notification.scss +++ b/.config/theming/applications/swaync/notification.scss @@ -1,5 +1,9 @@ @use 'sass:color'; +window.background { + background-color: transparent; +} + .notification { background: none; border: none;