From a07f9fabdfcc4d7615a55f1b67aa51b9e80a7805 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 3 Aug 2023 23:09:46 -0400 Subject: [PATCH] feat(swaync): remove transfered stuff --- config/swaync/config.json | 43 ++------------------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/config/swaync/config.json b/config/swaync/config.json index a5cd31f..d01b618 100644 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -13,7 +13,8 @@ "control-center-height": 1000, "fit-to-screen": false, - "layer": "top", + "layer-shell": true, + "layer": "overlay", "control-center-layer": "overlay", "cssPriority": "user", "notification-icon-size": 64, @@ -32,10 +33,6 @@ "script-fail-notify": true, "widgets": [ - "label", - "buttons-grid", - "backlight", - "volume", "mpris", "title", "inhibitors", @@ -43,14 +40,6 @@ "notifications" ], "widget-config": { - "backlight": { - "label": "󰃟 ", - "device": "amdgpu_bl0", - "min": 10 - }, - "volume": { - "label": "󰕾 " - }, "inhibitors": { "text": "Inhibitors", "button-text": "Clear All", @@ -71,34 +60,6 @@ "mpris": { "image-size": 96, "image-radius": 12 - }, - "buttons-grid": { - "actions": [ - { - "label": "󰖩 ", - "command": "nm-connection-editor &" - }, - { - "label": "󰂯", - "command": "blueberry &" - }, - { - "label": "󰌾", - "command": "$HOME/.config/gtklock/scripts/lock.sh" - }, - { - "label": "󰕾", - "command": "pavucontrol" - }, - { - "label": "󰍬", - "command": "swayosd --input-volume mute-toggle" - }, - { - "label": "󰍃", - "command": "swaync-client -cp; sleep 0.9; eww open closer; $EWW_PATH/open.sh powermenu" - } - ] } } }