sattustime: Add i3blocks config.

This commit is contained in:
tastytea 2021-08-23 13:18:29 +02:00
parent 677222fa12
commit 803761f680
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
// Print date and time for i3 status bar.
/* i3blocks config:
* [time]
* command=statustime
* interval=persist
* markup=pango
*/
#include <fmt/chrono.h>
#include <fmt/core.h>