]> git.sur5r.net Git - i3/i3status/commit
Added different format string for volume in case it is muted.
authorGereon Kremer <gereon.kremer@rwth-aachen.de>
Thu, 14 Nov 2013 23:41:33 +0000 (00:41 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Nov 2013 21:31:42 +0000 (22:31 +0100)
commit4bd0ba88c896d1ad9beba2eaadc01f1f2d172b5b
treec1fd550856fe50bc64ed2db853459101c7f2a506
parent09330976e5b08079014087ce0ac490b5b824c8f8
Added different format string for volume in case it is muted.

If the volume is muted, the volume level would simply be displayed as zero and the color changed to color_degraded.
This patch lets the user define a custom format string for when the volume is muted.
The default value is "♪: 0%" ("♪: %volume" being the usual format).
i3status.c
include/i3status.h
src/print_volume.c