From 6cbd8f43c8e3f5b4600b378d10f306ee0f4fd0c0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 12:07:40 -0700 Subject: [PATCH] [taffybar] Use AM/PM time --- dotfiles/config/taffybar/taffybar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 97e908b6..f94e78c3 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -30,7 +30,7 @@ main = do ] , graphLabel = Just "cpu" } - let clock = textClockNew Nothing "%a %b %_d %H:%M" 1 + let clock = textClockNew Nothing "%a %b %_d %r" 1 pager = taffyPagerNew defaultPagerConfig note = notifyAreaNew defaultNotificationConfig wea = weatherNew (defaultWeatherConfig "KMSN") 10