summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-06 19:45:37 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-06 19:45:37 +0100
commitf6951e022273fa83603b406d88e54899e9f68228 (patch)
treeada2a817494b896512fedf633831dd0863143eb8
parentd1aa61643ab6b70abe8bc23f73a43a9a1411ed96 (diff)
downloadnixos-f6951e022273fa83603b406d88e54899e9f68228.tar
nixos-f6951e022273fa83603b406d88e54899e9f68228.tar.gz
nixos-f6951e022273fa83603b406d88e54899e9f68228.tar.bz2
nixos-f6951e022273fa83603b406d88e54899e9f68228.tar.xz
nixos-f6951e022273fa83603b406d88e54899e9f68228.zip
gkleen@sif: taffybar: ...
-rw-r--r--accounts/gkleen@sif/taffybar/src/taffybar.hs2
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