Mercurial > dotfiles
changeset 199:cf3ed4aa3e52
Track xmobarrc
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 13 Apr 2010 10:51:01 -0500 |
parents | ccab2fe3a256 |
children | a563c21235ad |
files | .xmobarrc |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/.xmobarrc @@ -0,0 +1,14 @@ +Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" + , bgColor = "black" + , fgColor = "grey" + , position = Top + , lowerOnStart = True + , commands = [ Run Weather "KPWK" ["-t","<tempC>C/<tempF>F, <skyCondition>, RH <rh>%"] 36000 + , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 50 + , Run Memory ["-t","Mem: <usedratio>%"] 50 + , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 + ] + , sepChar = "%" + , alignSep = "}{" + , template = "%cpu% | %memory% }{ %KPWK% | <fc=#ee9a00>%date%</fc>" + }