114 lines
3 KiB
JSON
114 lines
3 KiB
JSON
{
|
|
"$schema": "/etc/xdg/swaync/configSchema.json",
|
|
"positionX": "right",
|
|
"positionY": "top",
|
|
"layer": "overlay",
|
|
"control-center-layer": "top",
|
|
"layer-shell": true,
|
|
"cssPriority": "application",
|
|
"control-center-width": 350,
|
|
"control-center-margin-top": 2,
|
|
"control-center-margin-bottom": 2,
|
|
"control-center-margin-right": 2,
|
|
"control-center-margin-left": 2,
|
|
"notification-2fa-action": true,
|
|
"notification-inline-replies": true,
|
|
"notification-window-width": 350,
|
|
"notification-icon-size": 60,
|
|
"notification-body-image-height": 180,
|
|
"notification-body-image-width": 180,
|
|
"timeout": 4,
|
|
"timeout-low": 2,
|
|
"timeout-critical": 0,
|
|
"fit-to-screen": true,
|
|
"keyboard-shortcuts": true,
|
|
"image-visibility": "when available",
|
|
"transition-time": 200,
|
|
"hide-on-clear": false,
|
|
"hide-on-action": true,
|
|
"script-fail-notify": true,
|
|
"widgets": [
|
|
"title",
|
|
"notifications",
|
|
"mpris",
|
|
"volume",
|
|
"backlight",
|
|
"buttons-grid"
|
|
],
|
|
"widget-config": {
|
|
"title": {
|
|
"text": "Notification Center",
|
|
"clear-all-button": true,
|
|
"button-text": ""
|
|
},
|
|
"label": {
|
|
"max-lines":1,
|
|
"text": "Notification Center!"
|
|
},
|
|
|
|
"mpris": {
|
|
"image-size": 80,
|
|
"image-radius": 0
|
|
},
|
|
"volume": {
|
|
"label": " "
|
|
},
|
|
"backlight": {
|
|
"label": " "
|
|
},
|
|
"buttons-grid": {
|
|
"actions": [
|
|
{
|
|
"label": "",
|
|
"command": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
|
|
"type": "toggle"
|
|
},
|
|
{
|
|
"label": "",
|
|
"command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
|
|
"type": "toggle"
|
|
},
|
|
|
|
{
|
|
"label": "",
|
|
"command": "kitty nmtui"
|
|
},
|
|
{
|
|
"label": "",
|
|
"command": "blueman-manager"
|
|
},
|
|
{
|
|
"label":"",
|
|
"command": "swaync-client -d",
|
|
"type":"toggle"
|
|
},
|
|
|
|
{
|
|
"label": "",
|
|
"command": "kitty vim ~/.config/hypr"
|
|
|
|
},
|
|
{
|
|
"label": "",
|
|
"command": "kitty btop"
|
|
|
|
},
|
|
{
|
|
"label": "",
|
|
"command": "hyprlock"
|
|
},
|
|
{
|
|
"label":"",
|
|
"command": "reboot"
|
|
},
|
|
{
|
|
"label":"",
|
|
"command": "shutdown now"
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|