diff options
| author | pml68 <tutorialmester@gmail.com> | 2023-12-27 12:09:52 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2023-12-27 12:09:52 +0100 |
| commit | 56173097f07ec4ad4d758b194494f46bc61e485d (patch) | |
| tree | b5ff6a8fe267d650acfc7a96cee746b43254dc0a /slstatus | |
| parent | fix: tiny mistake (diff) | |
| download | suckless-setup-56173097f07ec4ad4d758b194494f46bc61e485d.tar.gz | |
update: statusbar
Diffstat (limited to '')
| -rw-r--r-- | slstatus/config.def.h | 5 | ||||
| -rw-r--r-- | slstatus/config.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h index 1fdb365..6f0a6ec 100644 --- a/slstatus/config.def.h +++ b/slstatus/config.def.h @@ -67,10 +67,7 @@ static const struct arg args[] = { /* function format argument interval (in ms) */ - {netspeed_rx, " %sB/s", "enp3s0"}, - {netspeed_tx, " - %sB/s;", "enp3s0"}, - {disk_free, " %s |", "/", 25}, - {cpu_perc, "%3s%% |", NULL}, + {datetime, "%s;", "%G. %B. %e. %a"}, {datetime, " %s ", "%H:%M:%S"}, }; diff --git a/slstatus/config.h b/slstatus/config.h index 1fdb365..6f0a6ec 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -67,10 +67,7 @@ static const struct arg args[] = { /* function format argument interval (in ms) */ - {netspeed_rx, " %sB/s", "enp3s0"}, - {netspeed_tx, " - %sB/s;", "enp3s0"}, - {disk_free, " %s |", "/", 25}, - {cpu_perc, "%3s%% |", NULL}, + {datetime, "%s;", "%G. %B. %e. %a"}, {datetime, " %s ", "%H:%M:%S"}, }; |
