make changes on interface colors and sliders, add power menu

This commit is contained in:
João Dias
2024-07-29 20:54:44 -03:00
parent 95cf5a01ab
commit 7cf61ae283
3 changed files with 70 additions and 41 deletions
+12 -16
View File
@@ -51,21 +51,19 @@
"title",
"volume",
"backlight",
"buttons-grid",
"mpris",
"dnd",
"inhibitors",
"notifications"
],
"widget-config": {
"inhibitors": {
"text": "Inhibitors",
"button-text": "Clear All",
"clear-all-button": true
},
"title": {
"text": "Notifications",
"clear-all-button": true,
"button-text": "Clear All"
"text": "Control Center",
"clear-all-button": false
},
"inhibitors": {
"text": "Inhibitors"
},
"dnd": {
"text": "Do Not Disturb"
@@ -77,7 +75,7 @@
"mpris": {
"image-size": 96,
"image-radius": 12,
"blur": false
"blur": true
},
"volume": {
"label": ""
@@ -87,13 +85,11 @@
},
"buttons-grid": {
"actions": [
{
"label": "",
"type": "toggle",
"active": true,
"command": "sh -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && nmcli radio wifi on || nmcli radio wifi off'",
"update_command": "sh -c '[[ $(nmcli radio wifi) == \"enabled\" ]] && echo true || echo false'"
}
{
"label": " Power Menu",
"type": "normal",
"command": "wlogout"
}
]
}
}