diff options
| author | pml68 <tutorialmester@gmail.com> | 2023-12-27 00:51:58 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2023-12-27 00:51:58 +0100 |
| commit | 928fe1d1d459c23f2927f3e246000eb7ee0758fc (patch) | |
| tree | cff88609009e19eab18cde3cff9b2cb6292863b6 | |
| parent | Initial commit (diff) | |
| download | suckless-setup-928fe1d1d459c23f2927f3e246000eb7ee0758fc.tar.gz | |
fix: tiny mistake
Diffstat (limited to '')
| -rw-r--r-- | slstatus/config.def.h | 2 | ||||
| -rw-r--r-- | slstatus/config.h | 2 |
2 files changed, 2 insertions, 2 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"}, }; diff --git a/slstatus/config.h b/slstatus/config.h index b2ecf54..1fdb365 100644 --- a/slstatus/config.h +++ b/slstatus/config.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"}, }; |
