Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 1.80 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Config { font = "xft:Terminus:pixelsize=8:antialias=true"
  2.        , bgColor = "#585858"
  3.        , fgColor = "grey"
  4.        , position = Top
  5.        , lowerOnStart = True
  6.        , commands = [ Run Weather "72231" ["-t","<station>: <tempF>F","-L","45","-H","85","--normal","green","--high","red","--low","lightblue"] 18000
  7.                     , Run Network "eth1" ["-L","3","-H","1234","--normal","grey","--high","red"] 10
  8.                     , Run Cpu ["-L","3","-H","67","--normal","grey","--high","red"] 10
  9.                     , Run Memory ["-t","Mem: <usedratio>%"] 10
  10.                     , Run Swap [] 10
  11.                     , Run Date "%a %I:%M:%S %p" "date" 10
  12.                     , Run Battery ["-t","Batt:%","-L","25","-H","75","--low","#FF0000","--normal","#F9FF00","--high","#00FF00"] 600
  13.                     , Run Com "/home/maximumrfan/Documents/Scripts/xmobarscripts/distroget" [] "distinfo" 999
  14.                     , Run Com "/home/maximumrfan/Documents/Scripts/xmobarscripts/mpdinfo" [] "mpdinfo" 10
  15.                     , Run Com "/home/maximumrfan/Documents/Scripts/xmobarscripts/ipaddr" [] "ipaddr" 150
  16.                     , Run Com "/home/maximumrfan/Documents/Scripts/xmobarscripts/weather" [] "weathinfo" 18000
  17.                     , Run Com "/home/maximumrfan/Documents/Scripts/xmobarscripts/battinfo" [] "batteryinfo" 99
  18.                     , Run Com "/home/maximumrfan/Documents/Scripts/xmobarscripts/meminfo" [] "meminfo" 25
  19.                     , Run Com "/home/maximumrfan/Documents/Scripts/wallpaperswitch.sh" [] "wallpaper" 500
  20.                     ]
  21.        , sepChar = "%"
  22.        , alignSep = "}{"
  23.        , template = " %cpu% <fc=#bd7d00>||</fc> %memory% <fc=#bd7d00>||</fc> %ipaddr% <fc=#bd7d00>||</fc> %eth1% <fc=#bd7d00>||</fc> %mpdinfo% }{ %weathinfo% <fc=#bd7d00>||</fc> %batteryinfo% <fc=#bd7d00>||</fc> %date% "
  24.  
  25. }