swaync
This commit is contained in:
parent
b2b5132eae
commit
689ea9aec6
|
@ -1,6 +1,23 @@
|
|||
{pkgs,...}:{
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
settings = {
|
||||
positionX = "left";
|
||||
positionY = "top";
|
||||
layer = "overlay";
|
||||
control-center-layer = "top";
|
||||
layer-shell = true;
|
||||
cssPriority = "application";
|
||||
control-center-margin-top = 0;
|
||||
control-center-margin-bottom = 0;
|
||||
control-center-margin-right = 0;
|
||||
control-center-margin-left = 0;
|
||||
notification-2fa-action = true;
|
||||
notification-inline-replies = false;
|
||||
notification-icon-size = 64;
|
||||
notification-body-image-height = 100;
|
||||
notification-body-image-width = 200;
|
||||
};
|
||||
style =
|
||||
''
|
||||
.notification-row {
|
||||
|
@ -9,7 +26,7 @@
|
|||
|
||||
.notification-row:focus,
|
||||
.notification-row:hover {
|
||||
background: @noti-bg-focus;
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
.notification {
|
||||
|
|
Loading…
Reference in a new issue