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 " "\""
|
launcher = makeLauncher "-x" "eval" "\"exec " "\""
|
||||||
|
|
||||||
|
|
||||||
main = do
|
main = do sc <- IS.countScreens
|
||||||
sc <- IS.countScreens
|
|
||||||
dzenTopBar <- spawnPipe (getTopBar sc)
|
dzenTopBar <- spawnPipe (getTopBar sc)
|
||||||
dzenBarbicanBar <- spawnPipe (getBarbicanBar sc)
|
dzenBarbicanBar <- spawnPipe (getBarbicanBar sc)
|
||||||
dzenDeltachunkBar <- spawnPipe (getDeltachunkBar sc)
|
dzenDeltachunkBar <- spawnPipe (getDeltachunkBar sc)
|
||||||
|
Loading…
Reference in New Issue
Block a user