summaryrefslogtreecommitdiffhomepage
path: root/xmobar.config-sample
blob: 5d01a8258f4d783b18b354f31a009edd57c7c260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
       , bgColor = "#000000"
       , fgColor = "#BFBFBF"
       , xPos = 0
       , yPos = 0
       , width = 1024
       , height = 15
       , align = "right"
       , refresh = 10
       , commands = [("xmb-weather", 36000, ["EGPF"]), ("xmb-net", 10, ["eth0"])]
       , sepChar = "%"
       , template = "%xmb-cpu% | %xmb-mem% * %xmb-swap% | %xmb-net% | %xmb-weather% | <fc=#ee9a00>%date%</fc>"
       }