readded system icons
This commit is contained in:
parent
01e572499b
commit
e13b3507cc
1 changed files with 7 additions and 5 deletions
12
config.h
12
config.h
|
@ -74,12 +74,14 @@ 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 */
|
||||||
{ backlight_perc, " %s%% | ", "intel_backlight", 1, 4, },
|
{ cpu_perc, "[ %s%% | ", NULL, 1, -1 },
|
||||||
|
{ ram_perc, " %s%% ] ", NULL, 1, -1 },
|
||||||
|
{ backlight_perc, "[ %s%% | ", "intel_backlight", 1, 4, },
|
||||||
{ vol_icon, "%s%% | ", "Master", 1, 2, },
|
{ vol_icon, "%s%% | ", "Master", 1, 2, },
|
||||||
{ battery_icon, "%s%% | ", "BAT1", 1, -1, },
|
{ battery_icon, "%s%% ] ", "BAT1", 1, -1, },
|
||||||
{ datetime, " %s | ", "%a, %B %d", 1, -1, },
|
{ datetime, "[ %s | ", "%a, %B %d", 1, -1, },
|
||||||
{ datetime, " %s", "%I:%M %p", 1, -1, },
|
{ datetime, " %s ]", "%I:%M %p", 1, -1, },
|
||||||
{ run_command, "%s", "rec", 1, -1, },
|
//{ run_command, "%s", "rec", 1, -1, },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* maximum output string length */
|
/* maximum output string length */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue