Set defaultGaps for makeSimpleDzenConfig

This commit is contained in:
Spencer Janssen
2007-11-07 09:20:37 +00:00
parent 4bfbc43023
commit e34a880460

View File

@@ -66,7 +66,8 @@ makeSimpleDzenConfig :: IO XConfig
makeSimpleDzenConfig = do
h <- spawnPipe "dzen2"
return defaultConfig
{ logHook = dynamicLogWithPP defaultPP
{ defaultGaps = [(18,0,0,0)]
, logHook = dynamicLogWithPP defaultPP
{ ppOutput = hPutStrLn h } }
-- |