diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-18 09:37:24 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-18 09:37:24 +0200 |
commit | 46fe96b97598f1bcea233e4ad9e3bf2e10c0bf75 (patch) | |
tree | 32ed159b93ac621f48a5e9d6406e057e97523297 /.config | |
parent | ed39ec8685f47af72ec149f366be42baa1b801ad (diff) |
Polybar show date and time info by default
Diffstat (limited to '.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 83e0df0..9d5cac9 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -167,11 +167,11 @@ ramp-capacity-4 = " " type = internal/date interval = 5 -date = "" -date-alt = "%a %b %d " +date-alt = "" +date = "%a %b %d " -time = "%H:%M" time-alt = "%H:%M" +time = "%H:%M" label = "%date%%time% " label-background = ${colors.background-alt} |