config: Update status config as per our requirement

This commit is contained in:
Sanchayan Maity 2020-11-07 19:07:22 +05:30
parent 92f1a56c46
commit fff1fc9f6d
1 changed files with 10 additions and 1 deletions

View File

@ -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" },
};