More formatting
This commit is contained in:
parent
7045c6bb8d
commit
f227db9662
2
config.h
2
config.h
|
@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a";
|
||||||
*/
|
*/
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ battery_state, "BAT1 : %s, ", "BAT1"},
|
{ battery_state, "BAT1 : %s", "BAT1"},
|
||||||
{ battery_perc, "%s%% ", "BAT1"},
|
{ battery_perc, "%s%% ", "BAT1"},
|
||||||
{ battery_remaining, "%s | ", "BAT1"},
|
{ battery_remaining, "%s | ", "BAT1"},
|
||||||
{ cpu_freq, "cpu : %sHz ",NULL},
|
{ cpu_freq, "cpu : %sHz ",NULL},
|
||||||
|
|
Loading…
Reference in New Issue