mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
colors for xmobar should be proper
This commit is contained in:
parent
e22ce9ab89
commit
69b3f4b72a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ main = do
|
||||||
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
|
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
|
||||||
, logHook = dynamicLogWithPP $ xmobarPP
|
, logHook = dynamicLogWithPP $ xmobarPP
|
||||||
{ ppOutput = hPutStrLn xmproc
|
{ ppOutput = hPutStrLn xmproc
|
||||||
, ppTitle = xmobarColor "green" ""
|
, ppTitle = xmobarColor "#8AE234" ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`additionalKeysP`
|
`additionalKeysP`
|
||||||
|
|
Loading…
Add table
Reference in a new issue