diff options
author | Aaron Ball <nullspoon@oper.io> | 2022-03-18 19:10:18 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2022-03-18 19:10:18 -0600 |
commit | 590766e394172f1ff1e054ff30063bdb482e1a7f (patch) | |
tree | ea76eb891b1e11f5da35b1cd01b6d7dd8d6aaed1 | |
parent | 7837ba6d2339a25536c9d0e8f415d3e0b6af7748 (diff) | |
download | i3cstat-590766e394172f1ff1e054ff30063bdb482e1a7f.tar.gz i3cstat-590766e394172f1ff1e054ff30063bdb482e1a7f.tar.xz |
Add new fmt date/time key to sample config
-rw-r--r-- | i3cstat.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3cstat.conf.sample b/i3cstat.conf.sample index ad06dac..dba4585 100644 --- a/i3cstat.conf.sample +++ b/i3cstat.conf.sample @@ -38,9 +38,12 @@ label = vpn [time] tz = Greenwich label = GMT: +# fmt = %T +# fmt = %H:%S [date] tz = Greenwich +# fmt = %F [shell] label = Stuff done: |