Files
z-bar-qt/Helpers/Network.qml
T
Zacharias-Brohn 5d4e55a9c1 volume tabs
2026-01-26 18:52:04 +01:00

12 lines
218 B
QML

pragma Singleton
import Quickshell
import Quickshell.Networking
Singleton {
id: root
property list<NetworkDevice> devices: Networking.devices
property NetworkDevice activeDevice: devices.find(d => d.connected)
}