fix for 12.x branch
This commit is contained in:
parent
cecb68a216
commit
f04bf1840a
2 changed files with 8 additions and 4 deletions
11
config.json
11
config.json
|
@ -3,9 +3,9 @@
|
||||||
"positionX": "right",
|
"positionX": "right",
|
||||||
"positionY": "bottom",
|
"positionY": "bottom",
|
||||||
"layer": "overlay",
|
"layer": "overlay",
|
||||||
"control-center-layer": "top",
|
"control-center-layer": "overlay",
|
||||||
"layer-shell": true,
|
"layer-shell": true,
|
||||||
"cssPriority": "application",
|
"cssPriority": "user",
|
||||||
"control-center-margin-top": 5,
|
"control-center-margin-top": 5,
|
||||||
"control-center-margin-bottom": 20,
|
"control-center-margin-bottom": 20,
|
||||||
"control-center-margin-right": 0,
|
"control-center-margin-right": 0,
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"notification-body-image-width": 200,
|
"notification-body-image-width": 200,
|
||||||
"timeout": 10,
|
"timeout": 10,
|
||||||
"timeout-low": 5,
|
"timeout-low": 5,
|
||||||
"timeout-critical": 0,
|
"timeout-critical": 10,
|
||||||
"fit-to-screen": true,
|
"fit-to-screen": true,
|
||||||
"relative-timestamps": true,
|
"relative-timestamps": true,
|
||||||
"control-center-width": 500,
|
"control-center-width": 500,
|
||||||
|
@ -36,6 +36,11 @@
|
||||||
"state": "ignored",
|
"state": "ignored",
|
||||||
"urgency": "Low",
|
"urgency": "Low",
|
||||||
"desktop-entry": "com.spotify.Client"
|
"desktop-entry": "com.spotify.Client"
|
||||||
|
},
|
||||||
|
"fractal": {
|
||||||
|
"state": "transient",
|
||||||
|
"override-urgency": "Normal",
|
||||||
|
"desktop-entry": "org.gnome.Fractal"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"widgets": [
|
"widgets": [
|
||||||
|
|
|
@ -274,7 +274,6 @@
|
||||||
.control-center .control-center-list {
|
.control-center .control-center-list {
|
||||||
/* List of notifications */
|
/* List of notifications */
|
||||||
background: transparent;
|
background: transparent;
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center .control-center-list .notification {
|
.control-center .control-center-list .notification {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue