
xmobarrc
By: a guest on
Jul 3rd, 2011 | syntax:
None | size: 0.92 KB | hits: 1,433 | expires: Never
Config { font = "-*-terminusmod-medium-*-*-*-14-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 94
, lowerOnStart = True
, commands = [ Run Weather "KFLL" ["-t","<tempF>F/<rh>%","-L","76","-H","84","--normal","green","--high","red","--low","lightblue"] 36000
, Run MultiCpu ["-t","<total0>% <total1>%"] 10
, Run Memory ["-t","<usedratio>%"] 10
, Run Network "wlan0" ["-t","<rx>/<tx>","-L","0","-H","32","--normal","green","--high","red"] 10
, Run Date "%a %B %_d %Y %I:%M:%S %p" "date" 10
, Run Com "/usr/bin/fahpercent" [""] "fah" 1200
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %wlan0% | %multicpu% %memory% %fah% | %KFLL% | <fc=#FFFFFF>%date%</fc>"
}