From f4f065f5e4c9ee8eb490b54aca2f84f55c5bb209 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:10:17 +0300 Subject: [PATCH] Update config.json --- .config/swaync/config.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.config/swaync/config.json b/.config/swaync/config.json index c59d660..948c228 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -108,17 +108,23 @@ "label": "", "command": "~/.config/scripts/screenprint.sh" }, + { + "label": "󰤨", + "type": "toggle", + "active": true, + "command": "~/.config/scripts/wifi.sh toggle" + }, { "label": "󰂯", - "command": "" + "command": "blueman-manager &" }, { "label": "󰀝", - "command": "/home/luka/.config/hypr/scripts/AirplaneMode.sh" + "command": "~/.config/scripts/AirplaneMode.sh" }, { "label": "󰃟 ", - "command": "" + "command": "~/.local/bin/gammastep-toggle" } ] }