summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index b8e6900..ef38d3a 100644
--- a/config.h
+++ b/config.h
@@ -68,10 +68,10 @@ static const struct arg args[] = {
{ keymap, " %s |", NULL },
{ run_command, "%s", "wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -f2 -d ':'" },
{ netspeed_rx, " | %s", "enp1s0" },
- { netspeed_tx, " %s", "enp1s0" },
+ { netspeed_tx, " %s", "enp1s0" },
{ cpu_perc, " | %s", "NULL" },
{ ram_used, " | %s", "NULL" },
{ ram_free, " %s", "NULL" },
- { disk_free, " %s", "/" },
- { datetime, "| %s","%a %b %-d %H:%M" },
+ { disk_free, " %s ", "/" },
+ { datetime, "| %s","%a %b %-d %H:%M" },
};