From 289f783e931d372b9c5fc1122be33822553441d7 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sat, 10 Oct 2020 10:16:41 -0400 Subject: [PATCH] Fix polybar date formatting and add alt format --- polybar/.config/polybar/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 959e157..0f39c3b 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -52,8 +52,10 @@ type = internal/date interval = 5 date = "%a" +date-alt = "%a, %b %e" time = "%l:%M %p" -label = %date%%time% +time-alt = "%l:%M %p" +label = %date% %time% [module/title] type = internal/xwindow \ No newline at end of file