diff options
author | listout <listout@protonmail.com> | 2021-05-18 11:51:59 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-18 11:51:59 +0530 |
commit | e7aefa537b4a1b3cc64dab676ba8cd978bfe90e9 (patch) | |
tree | 9625043e1c6d95f7c7bbeb051cde3e6b103e2280 /.config/polybar | |
parent | 8d71e8ab70ea6a9aec403e7e768d6bd5a3596868 (diff) |
show small date with time
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index d172b02..3cb6e1c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -47,7 +47,7 @@ format-full=<label-full> type=internal/date interval=1.0 date=%d-%m-%Y% -time=%I:%M +time=%I:%M %d %B date-alt=%A, %d %B %Y time-alt=%I:%M:%S %A, %d %B %Y |