Skip to content

Instantly share code, notes, and snippets.

@pbrisbin
Created October 16, 2010 01:22
Show Gist options
  • Select an option

  • Save pbrisbin/629262 to your computer and use it in GitHub Desktop.

Select an option

Save pbrisbin/629262 to your computer and use it in GitHub Desktop.
-- imports
import Dzen -- my module
import XMonad.Hooks.DynamicLog
import XMonad.UrgencyHook
main = do
d <- spawnDzen myLeftBar
spawn $ "conky -c ~/.dzen_conkyrc | " ++ show myRightBar
xmonad $ withUrgencyHook NoUrgencyHook $ defaultConfig
{ terminal = myTerminal
, ...
, ...
, logHook = myLogHook d
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment