added ipv4
This commit is contained in:
parent
8fa746d747
commit
751c6069a0
3
config.h
3
config.h
@ -66,13 +66,14 @@ static const char unknown_str[] = "n/a";
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ run_command, " %s |", "sb-volume" },
|
||||
/* { wifi_perc, " %s%% |", "wlp3s0" }, */
|
||||
{ wifi_perc, " %s%% |", "wlp3s0" },
|
||||
{ disk_perc, " %s%% |", "/" },
|
||||
{ ram_perc, " %s%% |", NULL },
|
||||
{ cpu_perc, " %s%% |", NULL },
|
||||
{ temp, " %s°C |", "/sys/class/thermal/thermal_zone2/temp" },
|
||||
{ uptime, " %s |", NULL },
|
||||
{ kernel_release, " %s |", NULL },
|
||||
{ ipv4, " %s |", "wlp3s0" },
|
||||
{ datetime, " %s |", "%a %d %b" },
|
||||
{ datetime, " %s ", "%I:%M:%S %p" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user