Skip to content

Instantly share code, notes, and snippets.

@krainboltgreene
Created January 16, 2011 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krainboltgreene/781664 to your computer and use it in GitHub Desktop.
Save krainboltgreene/781664 to your computer and use it in GitHub Desktop.
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = BottomW C 100
, lowerOnStart = True
, 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 %l:%M" "date" 10
, Run StdinReader
, Run CommandReader "~/.xmonad/ledmon" "LED"
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ <fc=#ffff00>%LED%</fc> %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %EGPF%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment