diff options
Diffstat (limited to 'accounts/gkleen@sif/taffybar/src')
-rw-r--r-- | accounts/gkleen@sif/taffybar/src/taffybar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/taffybar/src/taffybar.hs b/accounts/gkleen@sif/taffybar/src/taffybar.hs index c683f035..728ccf2e 100644 --- a/accounts/gkleen@sif/taffybar/src/taffybar.hs +++ b/accounts/gkleen@sif/taffybar/src/taffybar.hs | |||
@@ -51,7 +51,7 @@ exampleTaffybarConfig = | |||
51 | show2 x = replicate (2 - length s) '0' ++ s | 51 | show2 x = replicate (2 - length s) '0' ++ s |
52 | where s = show x | 52 | where s = show x |
53 | time = formatTime tl "%H:%M:%S%Ez" zt | 53 | time = formatTime tl "%H:%M:%S%Ez" zt |
54 | in T.intercalate " " $ map T.pack [date, weekdate, time] | 54 | in T.intercalate " " $ map T.pack [weekdate, date, time] |
55 | } | 55 | } |
56 | layout = layoutNew defaultLayoutConfig | 56 | layout = layoutNew defaultLayoutConfig |
57 | windowsW = windowsNew defaultWindowsConfig | 57 | windowsW = windowsNew defaultWindowsConfig |