Fixed indentation on main = do block
This commit is contained in:
parent
cb257fe6be
commit
630d3cc08a
@ -280,8 +280,7 @@ makeLauncher yargs run exec close = concat
|
||||
launcher = makeLauncher "-x" "eval" "\"exec " "\""
|
||||
|
||||
|
||||
main = do
|
||||
sc <- IS.countScreens
|
||||
main = do sc <- IS.countScreens
|
||||
dzenTopBar <- spawnPipe (getTopBar sc)
|
||||
dzenBarbicanBar <- spawnPipe (getBarbicanBar sc)
|
||||
dzenDeltachunkBar <- spawnPipe (getDeltachunkBar sc)
|
||||
|
Loading…
Reference in New Issue
Block a user