make displaying volume level in statusbar optional

This commit is contained in:
Andrzej Rybczak
2010-02-26 21:37:48 +01:00
parent 358d21addf
commit 6df8ae1694
5 changed files with 12 additions and 1 deletions

View File

@@ -314,6 +314,8 @@
#
#clock_display_seconds = "no"
#
#display_volume_level = "yes"
#
#display_bitrate = "no"
#
#display_remaining_time = "no"

View File

@@ -240,6 +240,9 @@ If enabled, user will be asked if he really wants to clear the main playlist aft
.B clock_display_seconds = yes/no
If enabled, clock will display time in format hh:mm:ss, otherwise hh:mm.
.TP
.B display_volume_level = yes/no
If enabled, volume level will be displayed in statusbar, otherwise not.
.TP
.B display_bitrate = yes/no
If enabled, bitrate of currently playing song will be displayed in statusbar.
.TP