aboutsummaryrefslogtreecommitdiff
path: root/dot-config/yambar
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/yambar')
-rwxr-xr-xdot-config/yambar/config.yml18
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