mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Bit more styling of swaync
This commit is contained in:
@ -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,
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user