nix-config/modules/wm/swaync/config.json

51 lines
1.1 KiB
JSON

{
"control-center-layer": "top",
"control-center-margin-bottom": 0,
"control-center-margin-left": 0,
"control-center-margin-right": 0,
"control-center-margin-top": 0,
"cssPriority": "application",
"layer": "overlay",
"layer-shell": true,
"notification-2fa-action": true,
"notification-body-image-height": 100,
"notification-body-image-width": 200,
"notification-icon-size": 32,
"notification-inline-replies": false,
"positionX": "right",
"positionY": "top",
"widget-config": {
"title": {
"clear-all-button": false,
"text": "Notifications"
},
"buttons-grid": {
"actions": [
{
"command": "niri msg action quit",
"label": " 󰍃 "
},
{
"command": "systemctl reboot",
"label": " 󰜉 "
},
{
"command": "systemctl poweroff",
"label": " 󰐥 "
}
],
"buttons-per-row": 3
},
"mpris": {
"autohide": true,
"loop-carousel": false,
"show-album-art": "always"
}
},
"widgets": [
"title",
"notifications",
"mpris",
"buttons-grid"
]
}