diff options
Diffstat (limited to '')
| -rw-r--r-- | laptop-specific/slstatus/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/laptop-specific/slstatus/config.def.h b/laptop-specific/slstatus/config.def.h index ee88243..d0a28fd 100644 --- a/laptop-specific/slstatus/config.def.h +++ b/laptop-specific/slstatus/config.def.h @@ -67,8 +67,8 @@ static const struct arg args[] = { /* function format argument interval (in ms) */ - {datetime, "%s;", "%G. %B. %e. %a"}, - {battery_perc, "%s%%", "BAT1"}, + {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL}, + {wifi_essid, "%s ", "wlan0"}, {battery_perc, "%s%%", "BAT1"}, {datetime, " %s ", "%H:%M:%S"}, }; |
