Bit more styling of swaync

This commit is contained in:
David Heinemeier Hansson
2025-06-07 22:02:22 +02:00
parent d289a1a466
commit a43f4874d4
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "/etc/xdg/swaync/configSchema.json",
"positionX": "right",
"positionX": "center",
"positionY": "top",
"layer": "overlay",
"control-center-layer": "top",
@ -13,7 +13,7 @@
"control-center-margin-left": 0,
"notification-2fa-action": true,
"notification-inline-replies": false,
"notification-icon-size": 24,
"notification-icon-size": 32,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"timeout": 10,

View File

@ -5,12 +5,18 @@
}
.notification {
border-radius: 0px; /* Square corners */
border-radius: 0px;
padding: 14px;
color: #cdd6f4;
background-color: #1a1b26;
border: 2px solid #313244;
margin: 10px;
margin: 20px;
}
.icon,
.app-icon,
.image {
margin-right: 8px;
}
.title {