diff --git a/config.h b/config.h index 8dba9c9..97a9943 100644 --- a/config.h +++ b/config.h @@ -70,5 +70,5 @@ static const struct arg args[] = { { battery_state, " %s", "BAT0"}, { battery_perc, " | %s%%", "BAT1"}, { battery_state, " %s", "BAT1"}, - { run_command, "echo \" \"", NULL}, + { run_command, " ", NULL}, };