Skip to content

Instantly share code, notes, and snippets.

@varomodt
Created September 28, 2013 13:47
Show Gist options
  • Save varomodt/6742251 to your computer and use it in GitHub Desktop.
Save varomodt/6742251 to your computer and use it in GitHub Desktop.
Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = Top
, lowerOnStart = True
, commands = [ Run Cpu ["-L","3","-H","50","--normal","lightblue","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %b %_d %l:%M" "date" 10
, Run BatteryP ["BAT1"] ["-t","Battery: <left>"] 10
, Run Com "whoami" [] "" 36000
, Run Com "hostname" [] "" 36000
, Run CoreTemp ["-t","Temp: <core0>C",
"-L","65","-H","85",
"-l","lightblue",
"-n","gray90","-h","red"] 10
, Run StdinReader ]
, sepChar = "%"
, alignSep = "}{"
, template = "<fc=#8888aa>%whoami%@%hostname%</fc> %StdinReader%}{%cpu% | %battery% | %coretemp% | %memory% | <fc=#8888aa>%date%</fc>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment