add support for muted bluetooth audio, fix #420

This commit is contained in:
tufteddeer
2019-08-18 16:15:21 +02:00
parent e9b6380c18
commit d8b1b0d0af
2 changed files with 12 additions and 9 deletions

View File

@ -116,6 +116,7 @@
// "scroll-step": 1, // %, can be a float
"format": "{volume}% {icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",