Advertisement
Guest User

Untitled

a guest
Jul 1st, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
  2.        , bgColor = "black"
  3.        , fgColor = "grey"
  4.        , position = Top
  5.        , lowerOnStart = True
  6.        , commands = [ Run Weather "LFQQ" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
  7.                     , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  8.                     , Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10
  9.                     , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  10.                     , Run Memory ["-t","Mem: <usedratio>%"] 10
  11.                     , Run Swap [] 10
  12.                     , Run Com "uname" ["-s","-r"] "" 36000
  13.                 , Run Date "  %H:%M:%S | %Y-%m-%d (%A)" "date" 10
  14.                     ]
  15.        , sepChar = "%"
  16.        , alignSep = "}{"
  17.        , template = "<fc=#FFCC00>%date%</fc> | %LFQQ% | %uname% }{ %cpu% | %memory% * %swap% | %eth0% - %eth1%"
  18.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement