simplified and improved icons
This commit is contained in:
parent
32d1ff8870
commit
01e572499b
1 changed files with 6 additions and 7 deletions
13
config.h
13
config.h
|
@ -74,13 +74,12 @@ static const char unknown_str[] = "n/a";
|
||||||
|
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument turn signal */
|
/* function format argument turn signal */
|
||||||
{ cpu_perc, " [ %s%% ] ",NULL, 1, -1, },
|
{ backlight_perc, " %s%% | ", "intel_backlight", 1, 4, },
|
||||||
{ ram_perc, "[ %s%% ] ", NULL, 1, -1, },
|
{ vol_icon, "%s%% | ", "Master", 1, 2, },
|
||||||
{ backlight_perc, "[ %s%% ] ", "intel_backlight", 1, 4, },
|
{ battery_icon, "%s%% | ", "BAT1", 1, -1, },
|
||||||
{ vol_icon, "[ %s%% ] ", "Master", 1, 2, },
|
{ datetime, " %s | ", "%a, %B %d", 1, -1, },
|
||||||
{ battery_icon, "[ %s%% ] ", "BAT1", 1, -1, },
|
{ datetime, " %s", "%I:%M %p", 1, -1, },
|
||||||
{ datetime, "[ %s ] ", "%I:%M %p", 1, -1, },
|
{ run_command, "%s", "rec", 1, -1, },
|
||||||
{ datetime, "[ %s ] ", "%b %d", 1, -1, },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* maximum output string length */
|
/* maximum output string length */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue