Swayfx time

This commit is contained in:
atagen 2023-08-18 15:42:01 +10:00
parent bf0ca9df0e
commit 385abb77a5
7 changed files with 48 additions and 128 deletions

View file

@ -9,8 +9,8 @@
"control-center-margin-bottom": 8,
"control-center-margin-right": 8,
"control-center-margin-left": 8,
"control-center-width": 500,
"control-center-height": 600,
"control-center-width": 600,
"control-center-height": 400,
"fit-to-screen": false,
"layer": "overlay",
@ -21,7 +21,7 @@
"timeout": 6,
"timeout-low": 6,
"timeout-critical": 0,
"notification-window-width": 600,
"notification-window-width": 400,
"keyboard-shortcuts": true,
"image-visibility": "when-available",
"transition-time": 200,
@ -56,7 +56,7 @@
},
"mpris": {
"image-size": 96,
"image-radius": 12
"image-radius": 0
}
}
}

View file

@ -127,19 +127,19 @@
}
.notification-action {
border-radius: 0px;
border-radius: #ROUNDINGpx;
border-top: none;
border-right: none;
}
/* add bottom border radius to eliminate clipping */
.notification-action:first-child {
border-bottom-left-radius: 10px;
border-bottom-left-radius: #ROUNDINGpx;
}
.notification-action:last-child {
border-bottom-right-radius: 10px;
border-right: 1px solid @noti-border-color;
border-bottom-right-radius: #ROUNDINGpx;
border-right: #BORDERpx solid @noti-border-color;
}
.image {
@ -148,7 +148,7 @@
.body-image {
margin-top: 6px;
background-color: white;
border-radius: 24px;
border-radius: #ROUNDINGpx;
}
.summary {
@ -216,7 +216,7 @@
background: @noti-bg;
border: #BORDERpx solid @noti-border-color;
box-shadow: none;
border-radius: 24px;
border-radius: #ROUNDINGpx;
}
.widget-title > button:hover {
background: @noti-bg-hover;