diff options
-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} |