quickshell/src/network/module.md
2026-01-11 23:51:29 -08:00

393 B

name = "Quickshell.Networking" description = "Network API" headers = [ "network.hpp", "device.hpp", "wifi.hpp", ]

This module exposes Network management APIs provided by a supported network backend. For now, the only backend available is the NetworkManager DBus interface. Both DBus and NetworkManager must be running to use it.

See the @@Quickshell.Networking.Networking singleton.