Advertisement
Guest User

conky chapita2

a guest
Sep 15th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Trebuchet MS:size=8
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6. background yes
  7. # Update interval in seconds
  8. update_interval 1
  9. xftalpha 0.8
  10. own_window_argb_visual yes
  11. # This is the number of times Conky will update before quitting.
  12. # Set to zero to run forever.
  13. total_run_times 0
  14.  
  15. # Create own window instead of using desktop (required in nautilus)
  16. own_window yes
  17. own_window_transparent yes
  18. own_window_type normal
  19. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  20.  
  21. # Use double buffering (reduces flicker, may not work for everyone)
  22. double_buffer yes
  23.  
  24. # Minimum size of text area
  25. minimum_size 180 0
  26.  
  27. # Draw shades?
  28. draw_shades no
  29.  
  30. # Draw outlines?
  31. draw_outline no
  32.  
  33. # Draw borders around text
  34. draw_borders no
  35.  
  36. # Stippled borders?
  37. stippled_borders 0
  38.  
  39. # border margins
  40. border_margin 5
  41.  
  42. # border width
  43. border_width 1
  44.  
  45. # Default colors and also border colors
  46. # default_color white
  47. # own_window_colour white
  48.  
  49. # Subtract file system buffers from used memory?
  50. no_buffers yes
  51.  
  52. # set to yes if you want all text to be in uppercase
  53. uppercase no
  54.  
  55. # number of cpu samples to average
  56. # set to 1 to disable averaging
  57. cpu_avg_samples 2
  58.  
  59. # number of net samples to average
  60. # set to 1 to disable averaging
  61. net_avg_samples 2
  62.  
  63. # Force UTF8? note that UTF8 support required XFT
  64. override_utf8_locale yes
  65.  
  66. # Add spaces to keep things from moving about? This only affects certain objects.
  67. use_spacer none
  68.  
  69. alignment bl
  70. gap_x 100
  71. gap_y 100
  72. minimum_size 250 250
  73. maximum_width 280
  74.  
  75. default_color FFFFFF
  76.  
  77.  
  78. TEXT
  79. ${voffset 8}${font Ubuntu Light:size=25}${time %A}${font}${voffset -8}
  80. ${voffset 8}${font Ubuntu Light:size=25}${time %B} ${time %e}${font}${voffset -8}
  81. ${voffset 8}${font Ubuntu Light:size=80}${time %I:%M %p}${font}${voffset -8}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement