yadm-config/.config/swaync/config.json

29 lines
533 B
JSON

{
"$schema": "/etc/xdg/swaync/configSchema.json",
"widgets": [
"inhibitors",
"title",
"mpris",
"dnd",
"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"
},
"dnd": {
"text": "Do Not Disturb"
},
"mpris": {
"image-size": 96,
"image-radius": 12
}
}
}