# HG changeset patch # User Augie Fackler # Date 1271173861 18000 # Node ID cf3ed4aa3e5254967937295f06c4390610c3442d # Parent ccab2fe3a256563d3915d0895809c72a82922754 Track xmobarrc diff --git a/.xmobarrc b/.xmobarrc 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","C/F, , RH %"] 36000 + , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 50 + , Run Memory ["-t","Mem: %"] 50 + , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 + ] + , sepChar = "%" + , alignSep = "}{" + , template = "%cpu% | %memory% }{ %KPWK% | %date%" + }