💄 change colors to combine with wallpaper

This commit is contained in:
João Dias
2024-08-04 11:18:09 -03:00
parent 2066366568
commit 4d41dffbdb
4 changed files with 67 additions and 32 deletions
+11 -5
View File
@@ -53,7 +53,6 @@
"backlight",
"buttons-grid",
"mpris",
"dnd",
"inhibitors",
"notifications"
],
@@ -74,8 +73,8 @@
},
"mpris": {
"image-size": 96,
"image-radius": 12,
"blur": true
"image-radius": 16,
"blur": true
},
"volume": {
"label": ""
@@ -86,11 +85,18 @@
"buttons-grid": {
"actions": [
{
"label": " Power Menu",
"label": " Power Menu",
"type": "normal",
"command": "wlogout"
},
{
"label": "󰒲 Do Not Disturb",
"type": "toggle",
"active": false,
"command": "swaync-client -d -sw",
"update-command": "echo $(swaync-client -D)"
}
]
}
}
}
}