🎨 ux(swaync): disable blur on mpris module and add border radius to the image of the notif.
This commit is contained in:
parent
24d091c9d3
commit
46e994a740
2 changed files with 15 additions and 3 deletions
|
@ -39,7 +39,8 @@
|
||||||
},
|
},
|
||||||
"mpris": {
|
"mpris": {
|
||||||
"image-size": 96,
|
"image-size": 96,
|
||||||
"image-radius": 12
|
"image-radius": 12,
|
||||||
|
"blur": false
|
||||||
},
|
},
|
||||||
"buttons-grid": {
|
"buttons-grid": {
|
||||||
"actions": [
|
"actions": [
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
background: linear-gradient(to right, #363a4f, rgba(183, 189, 248, 0.3));
|
background: linear-gradient(to right, #363a4f, rgba(183, 189, 248, 0.3));
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -362,6 +363,16 @@
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center .widget-mpris {
|
.notification-row
|
||||||
margin-top: 10px;
|
.notification-background
|
||||||
|
.notification
|
||||||
|
.notification-default-action
|
||||||
|
.notification-content
|
||||||
|
.image {
|
||||||
|
/* Notification Primary Image */
|
||||||
|
-gtk-icon-effect: none;
|
||||||
|
border-radius: 10px;
|
||||||
|
/* Size in px */
|
||||||
|
margin: 4px;
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue