Skip to content

feat: add new Network Toolkit plugin for Bluetooth, Wi-Fi, Hotspot, and DNS services - #527

Closed
brightestautumn wants to merge 10 commits into
noctalia-dev:mainfrom
brightestautumn:network-toolkit-plugin
Closed

feat: add new Network Toolkit plugin for Bluetooth, Wi-Fi, Hotspot, and DNS services#527
brightestautumn wants to merge 10 commits into
noctalia-dev:mainfrom
brightestautumn:network-toolkit-plugin

Conversation

@brightestautumn

Copy link
Copy Markdown
Contributor

Plugin

  • Id: autumn/network-toolkit
  • New plugin
  • Update to an existing plugin (version bumped in plugin.toml)

What it does

A unified control panel and bar widget to manage Wi-Fi, Ethernet, Hotspot, Bluetooth, and DNS in one place.

What it includes:

  • Live Wi-Fi scanning, password connect dialogs, saved network handling, and network details.
  • Concurrent Wi-Fi station + AP hotspot creation via scripts/hotspot_helper.sh (creates <interface>-ap using iw so you can host a hotspot while staying connected to your Wi-Fi network).
  • Native BlueZ D-Bus agent via scripts/bluetooth_helper (handles PIN/passkey pairing requests directly on the D-Bus system bus for reliable desktop pairing popups).
  • Persistent DNS switcher (Cloudflare, Google, Quad9, AdGuard, custom) that stays on through network switches and reboots.
  • QR code generation to share Wi-Fi and Hotspot connections.
  • Bar widget with configurable display modes and a quick-toggle shortcut.

External dependencies

  • networkmanager (nmcli) — Wi-Fi scanning, connection handling, hotspot setup, and DNS configuration.
  • bluez-utils (bluetoothctl) — Bluetooth adapter power, device pairing, trust, and discovery.
  • ip — Interface addressing and neighbor client detection.
  • iw — Virtual AP interface creation and wireless client enumeration.
  • qrencode — Generates QR codes for Wi-Fi and Hotspot sharing.

Testing

  • Tested on Niri
  • Tested on Hyprland
  • Tested on Sway
  • Tested on another compositor:
  • Noctalia version tested against: 5.0.0 beta.9
  • Plugin API level: 10

Screenshots / Videos

IMG_20260829_231403

Checklist

  • The directory name matches the part of id after the / in plugin.toml exactly.
  • It ships plugin.toml, README.md, thumbnail.webp, and translations/en.json.
  • README.md follows the README template, documents every entry id and dependency, and includes exact panel IPC commands and launcher prefixes where applicable.
  • I created thumbnail.webp with the thumbnail generator.
  • version follows semver and is bumped in this PR; plugin_api is the oldest API level this plugin requires.
  • Every non-English translation in this PR uses a locale supported by Noctalia core, and I can read, write, and understand that language well enough to review and maintain it (no unreviewed machine/LLM translations).
  • I did not edit catalog.toml; CI generates it.
  • This PR touches exactly one plugin directory.

Code review attestation

  • The code is readable and not obfuscated, minified, or generated.
  • It does not download and execute remote code.
  • Every network call, filesystem write, and spawned process is something the description above accounts for.
  • I have the right to publish this code under the license declared in plugin.toml.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request was automatically closed because its description no longer contains
every part of the pull request template
that this repository requires.

Missing:

  • the checklist entry: README.md follows the README template, documents every entry id and dependency, and includes exact panel IPC commands and launcher prefixes where applicable.
  • the checklist entry: I created thumbnail.webp with the thumbnail generator.

Please add the items listed above back to the description, keeping their exact wording, then
reopen the pull request. Reopening re-runs this check. Draft pull requests may leave boxes
unchecked. Before a pull request is ready for review, exactly one plugin type, at least one
tested compositor, and every item under Checklist and Code review attestation must be checked.

@github-actions github-actions Bot closed this Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant