Remove redundant statusbar items

This commit is contained in:
Hektor Misplon
2020-12-10 15:14:36 +01:00
parent f2d7684b12
commit 085915699a
25 changed files with 1 additions and 2 deletions

View File

@@ -66,6 +66,5 @@ static const struct arg args[] = {
/* function format argument */
{ wifi_essid, "%s | ", "wlan0" },
{ battery_perc, "%s% | ", "BAT0" },
{ datetime, "%s", "%a %d | %R" },
// { getmpdstat "%s", NULL },
{ datetime, "%s", "%a %d %R" },
};