diff options
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index cf8a499..b3f8b09 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -88,7 +88,7 @@ font-2 = Font Awesome 5 Free Solid:size=14;4.5 modules-left = i3 modules-center = -modules-right = date +modules-right = date2 tray-position = none tray-padding = 2 @@ -161,6 +161,18 @@ label-urgent-padding = 3 type = internal/date interval = 5 +date-alt = "" +date = " %a %b %d " + +time-alt = %H:%M +time = %H:%M + +label = "%date%%time% " + +[module/date2] +type = internal/date +interval = 5 + date = "" date-alt = " %a %b %d " |