WiFi and Bluetooth control app for Linux, built with GTK4/libadwaita.
Uses IWD for WiFi and BlueZ for Bluetooth.
This is a "scratch my own itch" project. I got tired of CLI tools for managing wireless connections and just wanted a nice-looking GUI where I can simply click around with my mouse.
yay -S wlcontrolor for the latest git version:
yay -S wlcontrol-gitsudo apt install pkg-config libdbus-1-dev libgdk-pixbuf-2.0-dev libgtk-4-dev libadwaita-1-dev blueprint-compilercargo buildBlueprint files (.blp) are compiled to GTK UI files automatically during cargo build.
cargo runEnable debug logging:
RUST_LOG=debug cargo run