diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 19:11:07 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 19:11:07 +0400 |
commit | 306293873827a8a6498e8ae1c3eb53becf3f3b1b (patch) | |
tree | 74f1908f7879efb239b450edfe3f3c7029e36fa7 | |
parent | 723601f8e4f9b9c3d8c79c848a0391195a97f7f4 (diff) |
small padding between screen and date added
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |