From fff1fc9f6dc4d6d0d3bc6ea66b8e99a7529d544f Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 7 Nov 2020 19:07:22 +0530 Subject: [PATCH] config: Update status config as per our requirement --- config.def.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e06be66..b407d23 100644 --- a/config.def.h +++ b/config.def.h @@ -63,5 +63,14 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { datetime, "%s", "%F %T" }, + { wifi_essid, " [WIFI: %s" , "wlp58s0" }, + { wifi_perc, " SS: %s" , "wlp58s0" }, + { netspeed_tx, " TX: %s" , "wlp58s0" }, + { netspeed_rx, " RX: %s]" , "wlp58s0" }, + { battery_perc, " [ %s]" , "BAT0" }, + { load_avg, " [LOAD: %s]" , NULL }, + { cpu_perc, " [ %s%%]" , NULL }, + { ram_perc, " [ %s%%]" , NULL }, + { datetime, " |  %s |" , "%a, %b %d"}, + { datetime, "  %s " , "%I:%M %p" }, };