diff options
| author | listout <listout@protonmail.com> | 2021-11-06 06:40:27 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2021-11-06 06:40:27 +0000 |
| commit | 2434a47917b85c9b80a28c45247035c57ed7047f (patch) | |
| tree | d44e4b6e39d7258d204a8e517cb32948cfd53db9 /.config/polybar/config | |
| parent | bef78d91cd1a7b43e8d6926ae76c5675c2abba1f (diff) | |
| download | dots-2434a47917b85c9b80a28c45247035c57ed7047f.tar.gz | |
correct date and time format
Diffstat (limited to '.config/polybar/config')
| -rw-r--r-- | .config/polybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 43b8c20..8b99ec4 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -31,7 +31,7 @@ battery=BAT0 adapter=AC poll-interval=5 -full-at=99 +full-at=98 time-format=%H:%M @@ -47,12 +47,12 @@ format-full=<label-full> type=internal/date interval=1.0 date=%d-%m-%Y% -time=%I:%M %d %B +time=%I:%M date-alt=%A, %d %B %Y time-alt=%I:%M:%S %A, %d %B %Y format= <label> -label=%time% +label=%time% %date% [module/temperature] type=internal/temperature |
