Share Pastebin
Guest
Public paste!

escapado

By: a guest | Feb 9th, 2009 | Syntax: None | Size: 1.06 KB | Hits: 131 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. update_interval 1.0
  2.  
  3. own_window true
  4. own_window_type desktop
  5. own_window_transparent yes
  6. own_window_class PidginConky
  7. own_window_title PidginConky
  8. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  9.  
  10. background true
  11. cpu_avg_samples 2
  12. net_avg_samples 2
  13. out_to_console no
  14. use_xft yes
  15. xftfont  ProFontWindows:size=8
  16. xftalpha 1
  17. double_buffer yes
  18. minimum_size 200 0
  19. maximum_width 200
  20. draw_shades false
  21. draw_outline false
  22. draw_borders false
  23. default_outline_color 000000
  24. default_color 637d02
  25. color1 99cc33
  26. border_width 0
  27. text_buffer_size 1000
  28.  
  29. alignment bottom_right
  30.  
  31. gap_x 50
  32. gap_y 150
  33.  
  34. use_spacer none
  35. no_buffers yes
  36. uppercase no
  37.  
  38. mpd_host localhost
  39. mpd_port 6600
  40.  
  41.  
  42.  
  43. TEXT
  44. ${if_running pidgin}
  45. .--------------- PIDGIN ---------------.
  46. |Last Message:${alignr}${execpi 1 python ~/scripts/conky/lastim.py} (${execi 1 ls -lta | grep .pidgin.log | awk '{print $7}'})|
  47. |--------------------------------------|
  48. ${execpi 60 conkyPidgin -t ~/scripts/conkypidgin.template -o -i Bots -A Online}
  49. '--------------------------------------'${endif}