diff options
| author | m0ntagur <leander@leander-scherer.de> | 2023-11-27 18:43:12 +0100 |
|---|---|---|
| committer | m0ntagur <leander@leander-scherer.de> | 2023-11-27 18:43:12 +0100 |
| commit | 7b97cef3473ea0897c9c9027a4e9777843c0e50f (patch) | |
| tree | 5cbd7bb25a9b2260aad67124426b2ff6c750b845 /.config/swaync/config.json | |
| parent | 62e3ad0e675ff818dc5a85ef8926b15f6ba92c5a (diff) | |
Diffstat (limited to '.config/swaync/config.json')
| -rw-r--r-- | .config/swaync/config.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.config/swaync/config.json b/.config/swaync/config.json new file mode 100644 index 0000000..8b8a637 --- /dev/null +++ b/.config/swaync/config.json @@ -0,0 +1,44 @@ +{ + "$schema": "/etc/xdg/swaync/configSchema.json", + "positionX": "right", + "positionY": "top", + "control-center-margin-top": 10, + "control-center-margin-bottom": 10, + "control-center-margin-left": 10, + "control-center-margin-right": 10, + "notification-icon-size": 32, + "notification-body-image-height": 200, + "notification-body-image-width": 200, + "control-center-width": 350, + "notification-window-width": 350, + "keyboard-shortcuts": true, + "widgets": [ + "dnd", + "notifications", + "mpris" + ], + "widget-config": { + "title": { + "text": " Notifications", + "clear-all-button": true, + "button-text": " " + }, + "dnd": { + "text": "Do Not Disturb" + }, + "label": { + "max-lines": 1, + "text": "Notification Center" + }, + "mpris": { + "image-size": 96, + "image-radius": 12 + }, + "volume": { + "label": " " + }, + "backlight": { + "label": " " + } + } +} |
