From 0305fff8aba742dfe0b6ae9fa75d03a8966b17d4 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 17 Jul 2025 12:31:00 +0100 Subject: Remove unnecessary anchor from yambar pipewire module --- dot-config/yambar/config.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'dot-config/yambar') diff --git a/dot-config/yambar/config.yml b/dot-config/yambar/config.yml index 91d1bfa..40c0c17 100755 --- a/dot-config/yambar/config.yml +++ b/dot-config/yambar/config.yml @@ -91,12 +91,10 @@ battery: &battery - string: {text: "{capacity}% 󰁹", foreground: *green} pipewire: &pipewire - anchors: - pipewire-anchor: &pipewire-anchor - margin: *margin - foreground: *yellow content: map: + margin: *margin + foreground: *yellow conditions: type == "sink": map: @@ -104,15 +102,11 @@ pipewire: &pipewire - ramp: tag: cubic_volume items: - - string: {text: "{cubic_volume}% ", <<: *pipewire-anchor} - - string: {text: "{cubic_volume}% ", <<: *pipewire-anchor} - - string: {text: "{cubic_volume}% ", <<: *pipewire-anchor} + - string: {text: "{cubic_volume}% "} + - string: {text: "{cubic_volume}% "} + - string: {text: "{cubic_volume}% "} conditions: - muted: - string: - text: "mute " - margin: *margin - foreground: *red + muted: {string: {text: "mute ", foreground: *red}} on-click: left: *audiomixer wheel-up: *volume-up -- cgit