From aa053041394df9b419b5ee48082219cd45629e91 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 29 Aug 2018 23:54:23 +0200 Subject: [PATCH] feat(Pulseadio): config icons --- resources/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/config b/resources/config index a1d2f53a..a791b5d5 100644 --- a/resources/config +++ b/resources/config @@ -43,10 +43,15 @@ }, "pulseaudio": { "format": "{volume}% {icon}", + "format-bluetooth": "{volume}% {icon}" "format-muted": "", "format-icons": { "headphones": "", "handsfree": "", + "headset": "", + "phone": "", + "portable": "", + "car": "", "default": ["", ""] } },