diff options
Diffstat (limited to 'slstatus.h')
-rw-r--r-- | slstatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { vol_perc, "[V:%s] ", "/dev/mixer" }, + { vol_perc, "TIK [V:%s] ", "/dev/mixer" }, { ram_free, "[F:%s] ", NULL }, { battery_perc, "[B:%s,", "BAT0" }, { battery_state, "%s] ", "BAT0" }, |