Add support for 'outer margin' for block with floating notifications #252
|
Currently i found a way to only setup margin for every separate floating notification, but is there a way to make the 'block' with floating notifications to have top margin? There is a way using |
Replies: 5 comments
|
The CSS |
|
You're right, for some reason the .floating-notifications > scrolledwindow > viewport > box {
margin-top: 150px;
}For future reference, running swaync like this |
|
did work indeed, and thanks for the tip! and i think that trick with gtk_debug should be in readme so people who actually read readme can help themselfes even better) |


You're right, for some reason the
margin-topisn't respected. Try this:For future reference, running swaync like this
GTK_DEBUG=interactive swayncwill open a inspector window that'll allow you to see all of the CSS classes + other information :)