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" } ] }