aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2013-05-03 21:40:55 +0200
committerDaniel Wagner <daniel@wagner-home.com>2013-05-03 21:40:55 +0200
commitefecf917cb429577e566fdebff9431e8b4a52e4d (patch)
treefbd8f0b654a65358f52fbdb595da072f54862f58 /XMonad
parent9f6c10d923bbc5bca2e29f82e08e58f62be2ad99 (diff)
downloadXMonadContrib-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
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Config/dmwit.xmobarrc10
1 files changed, 10 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 = "}{"
+}