mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +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
|
||||
, logHook = dynamicLogWithPP $ xmobarPP
|
||||
{ ppOutput = hPutStrLn xmproc
|
||||
, ppTitle = xmobarColor "green" ""
|
||||
, ppTitle = xmobarColor "#8AE234" ""
|
||||
}
|
||||
}
|
||||
`additionalKeysP`
|
||||
|
|
Loading…
Add table
Reference in a new issue