irenegr

conky-bigtime

Jun 9th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 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. #####################
  14. # - Text settings - #
  15. #####################
  16. use_xft yes
  17. xftfont Dinreg:size=160
  18. #xftfont Bahamas:size=150
  19. override_utf8_locale yes
  20. text_buffer_size 2048
  21. xftalpha 0.8
  22.  
  23. #############################
  24. # - Window specifications - #
  25. #############################
  26. own_window_class Conky
  27. own_window yes
  28. own_window_type normal
  29. own_window_transparent yes
  30. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  31. #own_window_argb_visual yes
  32. #own_window_argb_value 100
  33.  
  34. alignment tl
  35. gap_x 10
  36. gap_y 10
  37. minimum_size 230 230
  38. maximum_width 280
  39.  
  40.  
  41. default_bar_size 60 8
  42.  
  43. #########################
  44. # - Graphics settings - #
  45. #########################
  46. draw_shades no
  47.  
  48. default_color 5B7B64 #green
  49. default_shade_color 1d1d1d
  50. color0 ffffff
  51. color1 ffffff
  52. color8 95473B #red
  53.  
  54. TEXT
  55. ${voffset -10}${time %H}
  56. ${color8}${voffset -130}${offset 50}${time %M}${color}
Advertisement
Add Comment
Please, Sign In to add comment