Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2011
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. # -- Conky settings -- #
  2. background yes
  3. update_interval 1
  4. cpu_avg_samples 1
  5. net_avg_samples 2
  6. override_utf8_locale yes
  7. double_buffer yes
  8. #no_buffers yes
  9. text_buffer_size 2048
  10. imlib_cache_size 0
  11.  
  12. # colours
  13. color1 FCAF3E
  14. color0 C8C8C8
  15.  
  16.  
  17. # Window specifications
  18. own_window yes
  19. # own_window_type override
  20. own_window_transparent yes
  21. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  22.  
  23. # Text alignment, other possible values are commented
  24. #alignment top_left
  25. #alignment top_right
  26. #alignment bottom_left
  27. #alignment bottom_right
  28.  
  29. border_inner_margin 2
  30. border_outer_margin 2
  31.  
  32. alignment
  33. gap_x 5
  34. gap_y 0
  35.  
  36. # Graphics settings
  37. draw_shades no
  38. draw_outline yes
  39. draw_borders yes
  40. draw_graph_borders yes
  41.  
  42. # Text settings
  43. use_xft yes
  44. xftfont MaiandraGD:size=12
  45. xftalpha 0.4
  46. uppercase no
  47. default_color 8b8b8b
  48. ##########################
  49. TEXT
  50. ${image ~/.scriptsconky/images/textura.png -p 0,0 -s 500x500}
  51. ${voffset -15}${color0}${font lightsider:size=11}E-MAIL ${hr 2}${font}
  52. ${color1}${execi 300 ~/.scriptsconky/gmail}
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement