mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file
This commit is contained in:
10
XMonad/Config/dmwit.xmobarrc
Normal file
10
XMonad/Config/dmwit.xmobarrc
Normal 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 = "}{"
|
||||
}
|
Reference in New Issue
Block a user