Skip to content

Instantly share code, notes, and snippets.

@bpizzi
Created January 3, 2012 17:12
Show Gist options
  • Save bpizzi/1555851 to your computer and use it in GitHub Desktop.
Save bpizzi/1555851 to your computer and use it in GitHub Desktop.
bpizzi .xmobarrc
Config { font = "xft:DejaVu Sans-8"
, bgColor = "#222222"
, fgColor = "grey"
, position = Top
, lowerOnStart = True
, commands = [ Run Weather "LFLY" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
, Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 5
, Run Swap ["-t", "Swap: <used>"] 5
, Run Com "uname" ["-s","-r"] "" 36000
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %LFLY% %cpu% - %memory% - %swap% %eth1% <fc=#eFd10b>%date%</fc>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment