diff options
Diffstat (limited to 'dot-config/yambar')
| -rwxr-xr-x | dot-config/yambar/config.yml | 18 |
1 files changed, 6 insertions, 12 deletions
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 |
