fix(swaync): weird layer on top

This commit is contained in:
Sergio Laín 2025-07-29 19:20:08 +02:00
parent 3d74562317
commit 1834ec1567
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,9 +1,13 @@
{ {
"$schema": "/etc/xdg/swaync/configSchema.json", "$schema": "/etc/xdg/swaync/configSchema.json",
"ignore-gtk-theme": true,
"positionX": "right", "positionX": "right",
"positionY": "bottom", "positionY": "bottom",
"layer": "top", "layer": "overlay",
"cssPriority": "application", "control-center-layer": "top",
"layer-shell": true,
"cssPriority": "highest",
"layer-shell-cover-screen": true,
"control-center-margin-top": 0, "control-center-margin-top": 0,
"control-center-margin-bottom": 0, "control-center-margin-bottom": 0,
"control-center-margin-right": 0, "control-center-margin-right": 0,
@ -41,42 +45,6 @@
"image-size": 96, "image-size": 96,
"image-radius": 12, "image-radius": 12,
"blur": false "blur": false
},
"buttons-grid": {
"actions": [
{
"label": "󰐥",
"command": "systemctl poweroff"
},
{
"label": "󰜉",
"command": "systemctl reboot"
},
{
"label": "󰌾",
"command": "$HOME/.config/sway/lock.sh"
},
{
"label": "󰍃",
"command": "swaymsg exit"
},
{
"label": "󰏥",
"command": "systemctl suspend"
},
{
"label": "󰛳",
"command": "nm-connection-editor"
},
{
"label": "󰂯",
"command": "blueman-manager"
},
{
"label": "",
"command": "kooha"
}
]
} }
} }
} }