yambar-modules-pipewire - Monitors pipewire for volume, mute/unmute, device change

NAME  TAGS  CONFIGURATION  EXAMPLES  SEE ALSO 

NAME

pipewire - Monitors pipewire for volume, mute/unmute, device change

TAGS

CONFIGURATION

No additional attributes supported, only the generic ones (see GENERIC CONFIGURATION in yambar-modules(5))

EXAMPLES

bar:
left:
- pipewire:
anchors:
volume: &volume
conditions:
muted: {string: {text: "{linear_volume}%", foreground: ff0000ff}}
˜muted: {string: {text: "{linear_volume}%"}}
content:
list:
items:
- map:
conditions:
type == "sink":
map:
conditions:
icon == "audio-headset-bluetooth":
string: {text: "ð§ "}
default:
- ramp:
tag: linear_volume
items:
- string: {text: "ð "}
- string: {text: "ð "}
- string: {text: "ð "}
type == "source":
- string: {text: "ð "}
- map:
<<: *volume

SEE ALSO

yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decorations(5)


Updated 2024-01-29 - jenkler.se | uex.se