diff options
| author | Yigit Sever | 2024-11-04 17:40:12 +0100 |
|---|---|---|
| committer | Yigit Sever | 2024-11-04 17:40:12 +0100 |
| commit | f32ae136fa0735a6fac4a6e45473da49f22d7ba3 (patch) | |
| tree | 52daca2402c4de6dd0bfe191387d230af32ddac7 | |
| parent | b1f85efee9fba4649789e5b79c9b03cf5782104b (diff) | |
| download | dotfiles-f32ae136fa0735a6fac4a6e45473da49f22d7ba3.tar.gz dotfiles-f32ae136fa0735a6fac4a6e45473da49f22d7ba3.tar.bz2 dotfiles-f32ae136fa0735a6fac4a6e45473da49f22d7ba3.zip | |
waybar: improve volume muted display
| -rw-r--r-- | .config/waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index e990a69..373ac78 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc | |||
| @@ -176,7 +176,7 @@ | |||
| 176 | // "format": "{volume}% {icon} {format_source}", | 176 | // "format": "{volume}% {icon} {format_source}", |
| 177 | // "format-bluetooth": "{volume}% {icon} {format_source}", | 177 | // "format-bluetooth": "{volume}% {icon} {format_source}", |
| 178 | // "format-bluetooth-muted": " {icon} {format_source}", | 178 | // "format-bluetooth-muted": " {icon} {format_source}", |
| 179 | "format-muted": " {format_source}", | 179 | "format-muted": " ", |
| 180 | // "format-source": "{volume}% ", | 180 | // "format-source": "{volume}% ", |
| 181 | // "format-source-muted": "", | 181 | // "format-source-muted": "", |
| 182 | "format-icons": { | 182 | "format-icons": { |
