diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:34:43 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-18 01:34:43 +0000 |
commit | 9fd5990f168fae3a0e220b92ba19c3eef7b9dfa4 (patch) | |
tree | a4d8442bc2cf305efa7a1eb91677ff77342f2a35 | |
parent | e27f2e877e8b7edec765aff2fedf42a556384e90 (diff) | |
download | dotfiles-9fd5990f168fae3a0e220b92ba19c3eef7b9dfa4.tar.gz dotfiles-9fd5990f168fae3a0e220b92ba19c3eef7b9dfa4.tar.bz2 dotfiles-9fd5990f168fae3a0e220b92ba19c3eef7b9dfa4.zip |
~format for i3status tztime local
day/month/year instead of Year-month-day. Just looks nicer and easier
for me to interpret.
-rw-r--r-- | i3status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index 727412d..cec268f 100644 --- a/i3status.conf +++ b/i3status.conf @@ -12,7 +12,7 @@ order += "battery 0" order += "tztime local" tztime local { - format = "%Y-%m-%d %H:%M:%S" + format = "%d/%m/%Y %H:%M" } wireless wlp2s0 { |