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.