aboutsummaryrefslogtreecommitdiff
path: root/.config/swaync/config.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/swaync/config.json')
-rw-r--r--.config/swaync/config.json44
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": "󰃟 "
+ }
+ }
+}