Fixes theme for swaync
This commit is contained in:
parent
d4ad0cedc2
commit
4024086cee
3 changed files with 12 additions and 0 deletions
7
.config/nwg-look/config
Normal file
7
.config/nwg-look/config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"export-settings-ini": true,
|
||||
"export-gtkrc-20": true,
|
||||
"export-index-theme": true,
|
||||
"export-xsettingsd": true,
|
||||
"export-gtk4-symlinks": false
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
"$schema": "/etc/xdg/swaync/configSchema.json",
|
||||
"positionX": "right",
|
||||
"positionY": "top",
|
||||
"layer": "top",
|
||||
"widgets": [
|
||||
"inhibitors",
|
||||
"title",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
@use 'sass:color';
|
||||
|
||||
window.background {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.notification {
|
||||
background: none;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue