spacepaste

  1.  
  2. Config { font = "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-u"
  3. , bgColor = "#000000"
  4. , fgColor = "#c0c0c0"
  5. , position = Static { xpos = 0, ypos = 0, width = 1920, height = 16}
  6. , lowerOnStart = True
  7. , commands = [ Run Network "wlan0" ["-L", "8", "-H", "32", "-l", "#c0c0c0", "-n", "#429942" ,"-h", "#A36666", "-t", "<dev>: <rx> : <tx>"] 10
  8. , Run Cpu ["default"] 10
  9. , Run Memory ["-t","Mem: <usedratio>%"] 10
  10. , Run Date "%a %b %_d %Y %H:%M:%S" "date" 50
  11. , Run StdinReader
  12. , Run Com "dropbox" ["status"] "" 10
  13. , Run BatteryP ["BAT0"] ["-t","Bat: <left>%"] 100
  14. ]
  15. , sepChar = "%"
  16. , alignSep = "}{"
  17. , template = " %StdinReader% }{ Dropbox: %dropbox% <fc=#1793D1>|</fc> %battery% <fc=#1793D1>|</fc> %cpu% <fc=#1793D1>|</fc> %memory% <fc=#1793D1>|</fc> %wlan0% <fc=#1793D1>|</fc> %date%"
  18. }
  19.