From 68a787bcdb7accc1e6c8022d15c8dd68ec529873 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 27 Apr 2021 19:44:54 -0400 Subject: [PATCH] ADD seconds to clock --- bin/xmobar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xmobar.hs b/bin/xmobar.hs index 10d3410..0348bde 100644 --- a/bin/xmobar.hs +++ b/bin/xmobar.hs @@ -148,7 +148,7 @@ config confDir = defaultConfig , "-d", " " ] - , Run $ Date "%Y-%m-%d %H:%M" "date" 10 + , Run $ Date "%Y-%m-%d %H:%M:%S" "date" 10 , Run $ Screensaver ("\xf254", T.fgColor, T.backdropFgColor)