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 | b8694c6ae38a0c2519a1b7cbf487d2f55d443a99 (patch) | |
tree | 74f1908f7879efb239b450edfe3f3c7029e36fa7 /config.h | |
parent | a5c8c44145e913f3aab6707de309017f87a65519 (diff) |
small padding between screen and date added
Diffstat (limited to 'config.h')
-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 */ |