mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
393 B
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.