mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
font size 15 pixels is the dzen default
This commit is contained in:
parent
a3d739db17
commit
929e0b8638
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user