From efecf917cb429577e566fdebff9431e8b4a52e4d Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 3 May 2013 21:40:55 +0200 Subject: since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file Ignore-this: 2f6d7536df81eb767262b79b60eb1b86 darcs-hash:20130503194055-76d51-9e3ca933be83be287eb68ee7714ff35367ce4e94.gz --- XMonad/Config/dmwit.xmobarrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 XMonad/Config/dmwit.xmobarrc (limited to 'XMonad') 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 = "}{" +} -- cgit v1.2.3