diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-14 14:31:54 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-14 14:31:54 +0100 |
| commit | 2ec3e3a315beadd94cb68750e4e6e71d7a483b02 (patch) | |
| tree | 0984f3946687ef7fddd35b6f0c80b21eda33ec23 /.config/waybar | |
| parent | 205ea933493b27013f2504d8f5cdf05627a3cd98 (diff) | |
more mediakeys & strikethrough on mute
Diffstat (limited to '.config/waybar')
| -rw-r--r-- | .config/waybar/config.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 8bcb425..87c3a1d 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -29,7 +29,8 @@ "format": " {}" }, "pulseaudio": { - "format": " {volume}%" + "format": " {volume}%", + "format-muted": "<s> {volume}%</s>" }, "battery": { "format": " {}%" |
