diff options
author | Daniel Wagner <daniel@wagner-home.com> | 2013-05-03 21:40:55 +0200 |
---|---|---|
committer | Daniel Wagner <daniel@wagner-home.com> | 2013-05-03 21:40:55 +0200 |
commit | efecf917cb429577e566fdebff9431e8b4a52e4d (patch) | |
tree | fbd8f0b654a65358f52fbdb595da072f54862f58 | |
parent | 9f6c10d923bbc5bca2e29f82e08e58f62be2ad99 (diff) | |
download | XMonadContrib-efecf917cb429577e566fdebff9431e8b4a52e4d.tar.gz XMonadContrib-efecf917cb429577e566fdebff9431e8b4a52e4d.tar.xz XMonadContrib-efecf917cb429577e566fdebff9431e8b4a52e4d.zip |
since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file
Ignore-this: 2f6d7536df81eb767262b79b60eb1b86
darcs-hash:20130503194055-76d51-9e3ca933be83be287eb68ee7714ff35367ce4e94.gz
-rw-r--r-- | XMonad/Config/dmwit.xmobarrc | 10 | ||||
-rw-r--r-- | xmonad-contrib.cabal | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/XMonad/Config/dmwit.xmobarrc b/XMonad/Config/dmwit.xmobarrc new file mode 100644 index 0000000..0786bd4 --- /dev/null +++ b/XMonad/Config/dmwit.xmobarrc @@ -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 = "}{" +} diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 37b2d11..a79453c 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -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 |