whoops
This commit is contained in:
parent
406abfd0c4
commit
a5aa54a397
1 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ xmobarFormat = def {
|
|||
|
||||
}
|
||||
|
||||
xmobarProp = statusBarProp "xmobar" (pure xmobarFormat)
|
||||
statusBar = statusBarProp "xmobar" (pure xmobarFormat)
|
||||
------------------------------------------------------------------------
|
||||
-- Startup hook
|
||||
|
||||
|
@ -288,7 +288,7 @@ myStartupHook = do
|
|||
--
|
||||
main = do
|
||||
h <- spawnPipe "xmobar"
|
||||
xmonad $ xmobarProp $ defaults {
|
||||
xmonad $ withEasySB statusBar $ defaults {
|
||||
layoutHook = avoidStruts $ layoutHook def,
|
||||
|
||||
logHook = myLogHook h,
|
||||
|
|
Loading…
Reference in a new issue