diff --git a/config.h b/config.h index a4a8ee8..9bbe757 100644 --- a/config.h +++ b/config.h @@ -73,6 +73,6 @@ static const struct arg args[] = { { temp, "  %s°C |", "/sys/class/thermal/thermal_zone2/temp" }, { uptime, "  %s |", NULL }, /* { kernel_release, "  %s |", NULL }, */ - /* { ipv4, "  %s |", "wlp3s0" }, */ + { ipv4, "  %s |", "wlp3s0" }, { datetime, "  %s ", "%Y-%m-%d %T" }, };