✨ feat(swaync): put title widget on notifications section with clear button
This commit is contained in:
+5
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user