Advertisement
Guest User

.conkyrc2

a guest
Sep 15th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # scripts by TeoBigusGeekus
  2.  
  3. # Create own window instead of using desktop (required in nautilus)
  4. own_window yes
  5. own_window_type override
  6. own_window_transparent yes
  7. own_window_hints undecorated,below,skip_taskbar,skip_pager
  8. own_window_colour black
  9.  
  10. # Use double buffering (reduces flicker, may not work for everyone)
  11. double_buffer yes
  12.  
  13. # fiddle with window
  14. use_spacer right
  15. use_xft yes
  16.  
  17. # Update interval in seconds
  18. update_interval 3.0
  19.  
  20. # Minimum size of text area
  21. #minimum_size 200 50
  22. #maximum_width 100
  23.  
  24. override_utf8_locale yes
  25.  
  26. # Draw shades?
  27. draw_shades yes
  28. default_shade_color black
  29.  
  30. # Text stuff
  31. draw_outline yes # amplifies text if yes
  32. draw_borders no
  33. #font
  34. xftfont Tahoma:size=18
  35. uppercase no # set to yes if you want all text to be in uppercase
  36.  
  37. # Stippled borders?
  38. stippled_borders 3
  39.  
  40. # border margins
  41. border_inner_margin 9
  42. border_outer_margin 0
  43.  
  44. # border width
  45. border_width 10
  46.  
  47. # Default colors and also border colors, grey90 == #e5e5e5
  48. default_color EBE9EA
  49.  
  50. # Text alignment, other possible values are commented
  51. #alignment top_left
  52. #alignment top_right
  53. alignment bottom_left
  54. #alignment bottom_right
  55.  
  56. # Gap between borders of screen and text
  57. gap_x 160
  58. gap_y 30
  59.  
  60. # stuff after 'TEXT' will be formatted on screen
  61.  
  62. TEXT
  63. ${execpi 600 date +"%a"}${execpi 120 /home/teo/conky_fetchmail/conky_fetchmail}
  64. ${execpi 600 date +"%e %b"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement