Quickshell


PwNodeAudio: QtObject

uncreatable
import Quickshell.Services.Pipewire

Extra properties of a PwNode if the node is an audio node.

See Go to PwNode.audio.

  • channels list <PwAudioChannel>
    readonly

    The audio channels present on the node.

    WARNING

    This property is invalid unless the node is bound.

  • muted bool

    If the node is currently muted. Setting this property changes the mute state.

    WARNING

    This property is invalid unless the node is bound.

  • volume real

    The average volume over all channels of the node. Setting this property modifies the volume of all channels proportionately.

    WARNING

    This property is invalid unless the node is bound.

  • volumes list <real>

    The volumes of each audio channel individually. Each entry corrosponds to the volume of the channel at the same index in Go to channels. Go to volumes and Go to channels will always be the same length.

    WARNING

    This property is invalid unless the node is bound.