Hi,
I have a headset that turns "off" after a few minutes without receiving audio.
I tried to capture this information to display it in my shell.
I can find this information using pw-cli :
pw-cli i 55
id: 55
[...]
state: "suspended" // or "running"
[...]
But this state property is not exposed by the Quickshell Pipewire type.
This is not equal to the ready property. this not the same as device disconnected.
The device is here, ready and connected but "suspended".
I think that's a relevant information that could be valuable to expose.
Thank you for your work on quickshell !