feat(swaync): put title widget on notifications section with clear button

This commit is contained in:
retrozinndev
2024-10-06 09:53:18 -03:00
parent 78eb103dda
commit 8d0e27c9ab
3 changed files with 21 additions and 20 deletions
+5 -4
View File
@@ -48,18 +48,19 @@
}
},
"widgets": [
"title",
"label",
"volume",
"backlight",
"buttons-grid",
"mpris",
"inhibitors",
"title",
"notifications"
],
"widget-config": {
"title": {
"text": "Control Center",
"clear-all-button": false
"text": "Notifications",
"clear-all-button": true
},
"inhibitors": {
"text": "Inhibitors"
@@ -69,7 +70,7 @@
},
"label": {
"max-lines": 5,
"text": "Label"
"text": "Control Center"
},
"mpris": {
"image-size": 96,