Adds new style
This commit is contained in:
parent
54ecbaea3c
commit
271bbff95e
13 changed files with 74 additions and 43 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue