From: Michael Stapelberg Date: Tue, 26 Aug 2014 18:54:04 +0000 (+0200) Subject: Bugfix: fix wrong color tags with xmobar X-Git-Tag: 2.9~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a57208b1d98fbb384e5084816bd36b980fbc7f6;p=i3%2Fi3status Bugfix: fix wrong color tags with xmobar fixes #1353 --- diff --git a/src/print_volume.c b/src/print_volume.c index 493167a..93868e3 100644 --- a/src/print_volume.c +++ b/src/print_volume.c @@ -174,8 +174,7 @@ void print_volume(yajl_gen json_gen, char *buffer, const char *fmt, const char * out: *outwalk = '\0'; - OUTPUT_FULL_TEXT(buffer); - if (!pbval) END_COLOR; + OUTPUT_FULL_TEXT(buffer); }