mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-24 00:13:47 -07:00
font size 15 pixels is the dzen default
This commit is contained in:
@@ -85,7 +85,7 @@ dzen :: (XConfig -> IO ()) -> IO ()
|
|||||||
dzen f = do
|
dzen f = do
|
||||||
h <- spawnPipe ("dzen2" ++ " " ++ flags)
|
h <- spawnPipe ("dzen2" ++ " " ++ flags)
|
||||||
f $ defaultConfig
|
f $ defaultConfig
|
||||||
{ defaultGaps = [(18,0,0,0)]
|
{ defaultGaps = [(15,0,0,0)] -- for fixed
|
||||||
, logHook = dynamicLogWithPP dzenPP
|
, logHook = dynamicLogWithPP dzenPP
|
||||||
{ ppOutput = hPutStrLn h } }
|
{ ppOutput = hPutStrLn h } }
|
||||||
where
|
where
|
||||||
|
Reference in New Issue
Block a user