Advertisement
martadinata

conkyrctwitter

Feb 23rd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ######################
  2. # - Conky settings - #
  3. ######################
  4. update_interval 1
  5. total_run_times 0
  6. net_avg_samples 1
  7. cpu_avg_samples 1
  8.  
  9. imlib_cache_size 0
  10. double_buffer yes
  11. no_buffers yes
  12.  
  13. format_human_readable
  14. #####################
  15. # - Text settings - #
  16. #####################
  17. use_xft yes
  18. xftfont Ubuntu:size=8
  19. override_utf8_locale yes
  20. text_buffer_size 2048
  21.  
  22. #############################
  23. # - Window specifications - #
  24. #############################
  25. own_window_class Conky
  26. own_window yes
  27. own_window_type desktop
  28. own_window_argb_visual yes
  29. own_window_argb_value 180
  30. own_window_transparent yes
  31. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  32. alignment bottom_left
  33. gap_x 5
  34. gap_y 40
  35. minimum_size 400 300
  36. maximum_width 600
  37.  
  38. default_bar_size 60 8
  39.  
  40. #########################
  41. # - Graphics settings - #
  42. #########################
  43. draw_shades no
  44.  
  45. default_color ffffff
  46.  
  47. color0 ffffff
  48. color1 ffffff
  49. color2 ffffff
  50.  
  51. TEXT
  52. ################
  53. # - FB Notif - #
  54. ################
  55. ${voffset 7}${font Ubuntu:size=9}${color4}Facebook Notifications: ${color}$stippled_hr
  56. ${voffset 5}${font Ubuntu:size=10}${color1}
  57. ${rss http://twitter.com/statuses/user_timeline/UR_USERNAME.rss 1 item_titles 30}${color white}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement