summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-05 19:11:07 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-05 19:11:07 +0400
commitb8694c6ae38a0c2519a1b7cbf487d2f55d443a99 (patch)
tree74f1908f7879efb239b450edfe3f3c7029e36fa7
parenta5c8c44145e913f3aab6707de309017f87a65519 (diff)
small padding between screen and date added
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 280ddac..9fcaf0f 100644
--- a/config.h
+++ b/config.h
@@ -71,7 +71,7 @@ static const struct arg args[] = {
{ ram_used ,"ram:%3s | " ,NULL ,2 , -1 },
{ battery_perc ,"bat:%3s%% | " ,"BAT0" ,10 , -1 },
{ run_command ,"brg: %s%% | " ,"slight -p" ,0 , 10 },
- { datetime ,"%s" ,"%R" ,60 , -1 },
+ { datetime ,"%s " ,"%R" ,60 , -1 },
};
/* maximum output string length */