feat(Pulseadio): config icons

This commit is contained in:
Alexis 2018-08-29 23:54:23 +02:00
parent 6dd9b5ccc4
commit aa05304139
No known key found for this signature in database
GPG Key ID: 20B1EC2EBBA96BD9
1 changed files with 5 additions and 0 deletions

View File

@ -43,10 +43,15 @@
}, },
"pulseaudio": { "pulseaudio": {
"format": "{volume}% {icon}", "format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}"
"format-muted": "", "format-muted": "",
"format-icons": { "format-icons": {
"headphones": "", "headphones": "",
"handsfree": "", "handsfree": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", ""] "default": ["", ""]
} }
}, },