Advertisement
LeandroNKZ

Conky GMail

Mar 25th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.26 KB | None | 0 0
  1. # ConkyGMail
  2. # Criado por LeandroNKZ
  3.  
  4.  # -- Conky settings -- #
  5. background yes
  6. update_interval 1
  7.  
  8. cpu_avg_samples 2
  9. net_avg_samples 2
  10.  
  11. override_utf8_locale yes
  12.  
  13. double_buffer yes
  14. no_buffers yes
  15.  
  16. text_buffer_size 2048
  17. imlib_cache_size 0
  18.  
  19. # -- Window specifications -- #
  20.  
  21. # -- GNOME -- #
  22. own_window yes
  23. own_window_type override
  24. own_window_transparent yes
  25. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  26.  
  27. # -- Openbox -- #
  28. #own_window yes
  29. #own_window_transparent yes
  30. #own_window_type desktop
  31.  
  32.  
  33. # -- Alignment -- #
  34.  
  35. #alignment top_left
  36. #alignment top_right
  37. alignment bottom_left
  38. #alignment bottom_right
  39.  
  40. border_inner_margin 0
  41. border_outer_margin 0
  42.  
  43. minimum_size 302 250
  44. #maximum_width 600
  45.  
  46. gap_x 2
  47. gap_y -110
  48.  
  49. # -- Graphics settings -- #
  50. draw_shades no
  51. draw_outline no
  52. draw_borders no
  53. draw_graph_borders yes
  54.  
  55. # -- Text settings -- #
  56. use_xft yes
  57. xftfont MaiandraGD:size=24
  58. xftalpha 0.4
  59. uppercase no
  60.  
  61. # -- Colors -- #
  62. default_color 8b8b8b
  63. color1 FFFFFF
  64. color2 C8C8C8
  65. color3 00B3E3
  66. color4 2F7386
  67.  
  68. TEXT
  69. ${goto 5}${color1}${font lightsider:style=bold:size=15}E-MAIL
  70. ${voffset 0}${goto 5}${color1}${font zekton:style=bold:size=10}${execi 300 ~/.conkymail/gmail}${font}
  71. ${image ~/.conkymail/image.png -s 400x400}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement