diff options
Diffstat (limited to '')
| -rw-r--r-- | slstatus/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h index b2ecf54..1fdb365 100644 --- a/slstatus/config.def.h +++ b/slstatus/config.def.h @@ -70,7 +70,7 @@ static const struct arg args[] = { {netspeed_rx, " %sB/s", "enp3s0"}, {netspeed_tx, " - %sB/s;", "enp3s0"}, {disk_free, " %s |", "/", 25}, - {cpu_perc, " %3s%% |", NULL}, + {cpu_perc, "%3s%% |", NULL}, {datetime, " %s ", "%H:%M:%S"}, }; |
