diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-29 15:44:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-29 15:44:57 +0900 |
| commit | 2c070b5bfb2de84abed8a4cd45e999999021db38 (patch) | |
| tree | ab297f40d72eab1dad7506e005cec1654f942ff6 /config/swaync/config.json | |
| parent | 76672ae5a6ac03c416bc705d51dec363f88b7a40 (diff) | |
| parent | 69772de8b00a85a7da8e3d56c802fcfd01affe1c (diff) | |
Merge pull request #106 from JaKooLit/development
Development to Main for v2.2.2 Changes
Diffstat (limited to 'config/swaync/config.json')
| -rw-r--r-- | config/swaync/config.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/config/swaync/config.json b/config/swaync/config.json new file mode 100644 index 00000000..64e24561 --- /dev/null +++ b/config/swaync/config.json @@ -0,0 +1,100 @@ +{ + "$schema": "/etc/xdg/swaync/configSchema.json", + "positionX": "center", + "positionY": "top", + "layer": "overlay", + "control-center-layer": "top", + "layer-shell": true, + "cssPriority": "application", + "control-center-margin-top": 5, + "control-center-margin-bottom": 0, + "control-center-margin-right": 0, + "control-center-margin-left": 0, + "notification-2fa-action": true, + "notification-inline-replies": false, + "notification-icon-size": 24, + "notification-body-image-height": 100, + "notification-body-image-width": 200, + "timeout": 6, + "timeout-low": 3, + "timeout-critical": 0, + "fit-to-screen": false, + "control-center-width": 350, + "control-center-height": 720, + "notification-window-width": 400, + "keyboard-shortcuts": true, + "image-visibility": "when available", + "transition-time": 200, + "hide-on-clear": false, + "hide-on-action": true, + "script-fail-notify": true, + "widgets": [ + "dnd", + "buttons-grid", + "mpris", + "volume", + "backlight", + "title", + "notifications" + ], + "widget-config": { + "title": { + "text": "Notifications", + "clear-all-button": true, + "button-text": "Clear" + }, + "dnd": { + "text": "Do Not Disturb" + }, + "label": { + "max-lines": 1, + "text": "Notification" + }, + "mpris": { + "image-size": 10, + "image-radius": 0 + }, + "volume": { + "label": "" + }, + "backlight": { + "label": "" + }, + "buttons-grid": { + "actions": [ + { + "label": "", + "command": "systemctl poweroff" + }, + { + "label": "", + "command": "systemctl reboot" + }, + { + "label": "", + "command": "~/.config/hypr/scripts/LockScreen.sh" + }, + { + "label": "", + "command": "hyprctl dispatch exit" + }, + { + "label": "", + "command": "~/.config/hypr/scripts/AirplaneMode.sh" + }, + { + "label": "", + "command": "pactl set-sink-mute @DEFAULT_SINK@ toggle" + }, + { + "label": "", + "command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle" + }, + { + "label": "", + "command": "blueman-manager" + } + ] + } + } +}
\ No newline at end of file |
