diff options
author | jao <jao@gnu.org> | 2018-11-26 00:49:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-26 00:49:33 +0000 |
commit | c2a125cefb0bf41140db398248a5b8523b46a42e (patch) | |
tree | b45b9e604aa581cfb368ccea4025e07ed31ebca8 /src/Xmobar/Run | |
parent | 24c84e47177b6ebbe3df99db53220def6c0951ec (diff) | |
download | xmobar-c2a125cefb0bf41140db398248a5b8523b46a42e.tar.gz xmobar-c2a125cefb0bf41140db398248a5b8523b46a42e.tar.bz2 |
Xmobar.Config.Parse
Diffstat (limited to 'src/Xmobar/Run')
-rw-r--r-- | src/Xmobar/Run/Template.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Run/Template.hs b/src/Xmobar/Run/Template.hs index 5b1e2f2..749edcd 100644 --- a/src/Xmobar/Run/Template.hs +++ b/src/Xmobar/Run/Template.hs @@ -75,5 +75,5 @@ splitTemplate alignSep template = (ce,_:ri) -> [le, ce, ri] _ -> def _ -> def - where [l, r] = if (length alignSep == 2) then alignSep else defaultAlign + where [l, r] = if length alignSep == 2 then alignSep else defaultAlign def = [template, "", ""] |