fix
This commit is contained in:
parent
7be5731302
commit
67edad4539
1 changed files with 1 additions and 1 deletions
2
config.h
2
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" },
|
||||
|
|
Loading…
Reference in a new issue