volume tabs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Networking
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property list<NetworkDevice> devices: Networking.devices
|
||||
property NetworkDevice activeDevice: devices.find(d => d.connected)
|
||||
}
|
||||
Reference in New Issue
Block a user