fix(swaync): weird layer on top
This commit is contained in:
parent
3d74562317
commit
1834ec1567
1 changed files with 6 additions and 38 deletions
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue