aboutsummaryrefslogblamecommitdiffstats
path: root/XMonad/Config/dmwit.xmobarrc
blob: 0786bd4e662097d6dd85658509ecc8cb0baac70d (plain) (tree)
1
2
3
4
5
6
7
8
9
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     = "}{"
}