Adds new style

This commit is contained in:
Michel Fedde 2025-04-25 21:26:38 +02:00
parent 54ecbaea3c
commit 271bbff95e
13 changed files with 74 additions and 43 deletions

View file

@ -5,7 +5,9 @@
"title",
"mpris",
"dnd",
"notifications"
"notifications",
"volume",
"buttons-grid"
],
"widget-config": {
"inhibitors": {
@ -24,6 +26,27 @@
"mpris": {
"image-size": 96,
"image-radius": 12
},
"buttons-grid": {
"actions": [
{
"label": "Logout",
"command": "loginctl terminate-user $USER"
},
{
"label": "Shutdown",
"command": "systemctl poweroff"
},
{
"label": "Reboot",
"command": "systemctl reboot"
}
]
},
"volume": {
"label": "Volume",
"show-per-app": true,
"show-per-app-icon": true
}
}
}