]> code.delx.au - dotfiles/blob - .xmonad/xmobar.hs
pythonrc improvements
[dotfiles] / .xmonad / xmobar.hs
1 Config {
2 font = "xft:sans-serif:size=10",
3 bgColor = "#edeceb",
4 fgColor = "black",
5 position = TopSize L 100 20,
6 commands = [Run StdinReader],
7 sepChar = "%",
8 template = "%StdinReader%",
9 lowerOnStart = False,
10 }