Advertisement
Vifon

i3-like xmobar

Aug 14th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         , logHook       = dynamicLogWithPP xmobarPP
  2.                         { ppOutput          = hPutStrLn xmproc
  3.                         , ppTitle           = xmobarColor "#4dafff" "" . shorten 100
  4.                         , ppLayout          = xmobarColor "green"   ""
  5.                         , ppCurrent         = xmobarColor "yellow"  "" . wrap "[" "]"
  6.                         , ppVisible         = xmobarColor "orange"  "" . wrap "(" ")"
  7.                         -- , ppHiddenNoWindows = xmobarColor "#555555" ""  -- Leave it commented out
  8.                         , ppExtras          = [ willFloatAllNewPP (xmobarColor "red"  "")
  9.                                               , willFloatNextPP   (xmobarColor "cyan" "") ]
  10.                         , ppSort            = getSortByXineramaPhysicalRule
  11.                         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement