aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slstatus/config.def.h5
-rw-r--r--slstatus/config.h5
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"},
};