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