From 02ce0eb05c377b72bd8c4a17357f2556161fa877 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 25 Jul 2026 14:59:58 +0300 Subject: [PATCH] Add VPN toggle to swaync configuration --- .config/swaync/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/swaync/config.json b/.config/swaync/config.json index 24694f0..3b058db 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -119,6 +119,12 @@ "type": "toggle", "active": false, "command": "~/.config/scripts/wifi-bt.sh bt" + }, + { + "label": "🛡️", + "type": "toggle", + "active": false, + "command": "~/.config/scripts/vpn.sh" }, { "label": "✨",