Adds style and config for swaync

This commit is contained in:
Michel Fedde 2025-02-28 15:52:39 +01:00
parent 9f0d8dadff
commit 34e75dd9b0
6 changed files with 339 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"$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
}
}
}