diff --git a/config.h b/config.h index b797fc9..cbf645f 100644 --- a/config.h +++ b/config.h @@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a"; static const struct arg args[] = { /* function format argument */ { run_command, ": %4s | ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" }, - { battery_perc, "[BAT %s%%] ", BAT0 }, + { battery_perc, "[BAT %s%%] ", "BAT0" }, { cpu_perc, "[CPU  %s%%] ", NULL }, { ram_perc, "[RAM  %s%%] ", NULL }, { datetime, "%s", "%a %b %d %r" },