mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-18 13:43:48 -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
|
||||
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
|
||||
|
Reference in New Issue
Block a user