font size 15 pixels is the dzen default

This commit is contained in:
Don Stewart 2007-11-09 19:03:28 +00:00
parent a3d739db17
commit 929e0b8638

View File

@ -85,7 +85,7 @@ dzen :: (XConfig -> IO ()) -> IO ()
dzen f = do
h <- spawnPipe ("dzen2" ++ " " ++ flags)
f $ defaultConfig
{ defaultGaps = [(18,0,0,0)]
{ defaultGaps = [(15,0,0,0)] -- for fixed
, logHook = dynamicLogWithPP dzenPP
{ ppOutput = hPutStrLn h } }
where