Quickshell


PwNodeLinkTracker: QtObject

import Quickshell.Services.Pipewire
Tracks all link connections to a given node.
  • linkGroups list <PwLinkGroup>
    readonly

    Link groups connected to the given node.

    If the node is a sink, links which target the node will be tracked. If the node is a source, links which source the node will be tracked.

  • node PwNode

    The node to track connections to.