Fixes theme for swaync

This commit is contained in:
Michel Fedde 2025-07-13 16:32:33 +02:00
parent d4ad0cedc2
commit 4024086cee
3 changed files with 12 additions and 0 deletions

7
.config/nwg-look/config Normal file
View file

@ -0,0 +1,7 @@
{
"export-settings-ini": true,
"export-gtkrc-20": true,
"export-index-theme": true,
"export-xsettingsd": true,
"export-gtk4-symlinks": false
}

View file

@ -2,6 +2,7 @@
"$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right",
"positionY": "top",
"layer": "top",
"widgets": [
"inhibitors",
"title",

View file

@ -1,5 +1,9 @@
@use 'sass:color';
window.background {
background-color: transparent;
}
.notification {
background: none;
border: none;