since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file

This commit is contained in:
Daniel Wagner 2013-05-03 19:40:55 +00:00
parent 469ff726a4
commit ac8aefbc92
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Config {
font = "xft:Monospace:pixelsize=14,-*-*-*-r-*-*-16-*-*-*-*-*-*-*",
bgColor = "#000040",
fgColor = "#80c0ff",
position = TopSize C 100 26,
lowerOnStart = True,
commands = [ Run Com "date" ["+%H:%M"] "" 30 ],
sepChar = "%",
alignSep = "}{"
}

View File

@ -30,6 +30,7 @@ extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh
tests/Selective.hs
tests/SwapWorkspaces.hs
tests/XPrompt.hs
XMonad/Config/dmwit.xmobarrc
cabal-version: >= 1.6
build-type: Simple
bug-reports: http://code.google.com/p/xmonad/issues/list