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
commit306293873827a8a6498e8ae1c3eb53becf3f3b1b (patch)
tree74f1908f7879efb239b450edfe3f3c7029e36fa7
parent723601f8e4f9b9c3d8c79c848a0391195a97f7f4 (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 */