From 02abd634bca31a07422c4b71be61f1c4725718bf Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Fri, 4 Oct 2024 19:37:42 -0300 Subject: [PATCH] :boom: fix(swaync): spacing between wifi icon and text --- swaync/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swaync/config.json b/swaync/config.json index 96d03bd..095d937 100644 --- a/swaync/config.json +++ b/swaync/config.json @@ -86,7 +86,7 @@ "buttons-grid": { "actions": [ { - "label": " Internet", + "label": " Internet", "type": "toggle", "active": true, "command": "sh -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && nmcli n on || nmcli n off'",