From 7b97cef3473ea0897c9c9027a4e9777843c0e50f Mon Sep 17 00:00:00 2001 From: m0ntagur Date: Mon, 27 Nov 2023 18:43:12 +0100 Subject: --- .config/swaync/config.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .config/swaync/config.json (limited to '.config/swaync/config.json') 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": "󰃟 " + } + } +} -- cgit v1.3.1