git.fiddlerwoaroof.com
.xmobarrc
db17d8bf
 Config { font = "xft:Source Code Pro:size=8:antialias=true"
        , bgColor = "black"
        , fgColor = "grey"
907e4c93
        , position = TopW L 100
db17d8bf
        , commands = [ Run Weather "EGPF" ["-t"," <tempF>F","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000
                     , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
                     , Run Memory ["-t","Mem: <usedratio>%"] 10
                     , Run Swap [] 10
                     , Run Date "%a %b %_d" "date" 36000
                     , Run Date "%H:%M:%S" "time" 10
                     , Run Com "cat" ["/proc/loadavg"] "loadavg" 20
da9336db
                     , Run Com "whoami" [] "username" 864000
                     , Run Com "hostname" [] "hostname" 864000
db17d8bf
                     , Run StdinReader
                     ]
        , sepChar = "%"
        , alignSep = "}{"
da9336db
        , template = " %StdinReader% }{ %cpu% | %memory% * %swap% | %loadavg% -- %username%@%hostname%    <fc=#ee9a00>%date% %time%</fc> | %EGPF%"
db17d8bf
        }