all repos — slstatus @ 97ef7c2a1d67bb2c9c379e657fbc8e35acd6aafb

my build of slstatus (tools.suckless.org/slstatus/)

Remove non-portable functions from config.def.h
Aaron Marcher me@drkhsh.at
Mon, 16 Apr 2018 19:09:07 +0200
commit

97ef7c2a1d67bb2c9c379e657fbc8e35acd6aafb

parent

8601c27264508a67ab453119413fd34281b354bc

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -51,7 +51,5 @@ * wifi_essid WiFi ESSID interface name

*/ static const struct arg args[] = { /* function format argument */ - { cpu_perc, "[CPU %3s%%] ", NULL }, - { ram_perc, "[RAM %2s%%] ", NULL }, - { datetime, "[ %s ]", "%F %T" }, + { datetime, "%s", "%F %T" }, };