From 1834ec15672ef832ceca7140e564658df45a5e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 29 Jul 2025 19:20:08 +0200 Subject: [PATCH] fix(swaync): weird layer on top --- .config/swaync/config.json | 44 ++++++-------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) diff --git a/.config/swaync/config.json b/.config/swaync/config.json index 4b400714..d0c5f0d4 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -1,9 +1,13 @@ { "$schema": "/etc/xdg/swaync/configSchema.json", + "ignore-gtk-theme": true, "positionX": "right", "positionY": "bottom", - "layer": "top", - "cssPriority": "application", + "layer": "overlay", + "control-center-layer": "top", + "layer-shell": true, + "cssPriority": "highest", + "layer-shell-cover-screen": true, "control-center-margin-top": 0, "control-center-margin-bottom": 0, "control-center-margin-right": 0, @@ -41,42 +45,6 @@ "image-size": 96, "image-radius": 12, "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" - } - ] } } }