fix typos in config
This commit is contained in:
parent
8c6890f943
commit
45530be5e2
3 changed files with 24 additions and 27 deletions
17
config.h
17
config.h
|
@ -74,15 +74,14 @@ static const char unknown_str[] = "n/a";
|
|||
|
||||
static const struct arg args[] = {
|
||||
/* function format argument turn signal */
|
||||
{ cpu_perc, " [ %s% ]", NULL, 1, -1, },
|
||||
{ ram_perc, "[ %s% ]", NULL, 1, -1, },
|
||||
{ backlight_perc, "[ %s ]", "intel_backlight", 1, 4, },
|
||||
{ run_command, "[ %s ]", "getvol -m", 1, 3, },
|
||||
// { vol_perc, "[ %s ]", "Capture", 1, 3, },
|
||||
{ vol_icon, "[ %s%% ]", "Master", 1, 2, },
|
||||
{ battery_icon, "[ %s%% ]", "BAT1", 1, -1, },
|
||||
{ datetime, "[ %s ]", "%I:%M %p", 1, -1, },
|
||||
{ datetime, "[ %s ]", "%b %d", 1, -1, },
|
||||
{ cpu_perc, " [ %s%% ] ",NULL, 1, -1, },
|
||||
{ ram_perc, "[ %s%% ] ", NULL, 1, -1, },
|
||||
{ backlight_perc, "[ %s%% ] ", "intel_backlight", 1, 4, },
|
||||
{ run_command, "[ %s%% ] ", "getvol -m", 1, 3, },
|
||||
{ vol_icon, "[ %s%% ] ", "Master", 1, 2, },
|
||||
{ battery_icon, "[ %s%% ] ", "BAT1", 1, -1, },
|
||||
{ datetime, "[ %s ] ", "%I:%M %p", 1, -1, },
|
||||
{ datetime, "[ %s ] ", "%b %d", 1, -1, },
|
||||
};
|
||||
|
||||
/* maximum output string length */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue