Advertisement
Guest User

Conkyrc

a guest
Aug 19th, 2015
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Default Fonts
  2. use_xft yes
  3. override_utf8_locale yes
  4. uppercase no
  5. #font :size=8
  6.  
  7. # Performance Settings
  8. update_interval 10
  9. total_run_times 0
  10. double_buffer yes
  11. no_buffers yes
  12. cpu_avg_samples 2
  13. net_avg_samples 2
  14. text_buffer_size 1024
  15.  
  16. # Window Settings
  17. own_window yes
  18. own_window_transparent yes
  19. own_window_type normal
  20. own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager
  21. # own_window_colour blue
  22.  
  23. # Window border
  24. #border_margin 0
  25. #border_width 0
  26. draw_graph_borders yes
  27. draw_borders no
  28. draw_shades no
  29. draw_outline no
  30.  
  31. # Default Color
  32. default_color FFFFFF
  33.  
  34. # Color Title.
  35. # color0 DD3A21
  36.  
  37. # Size and position
  38. minimum_size 0 0
  39. gap_x 80
  40. gap_y 0
  41. alignment top_right
  42. TEXT
  43. ${font :size=15}${alignc}${time %H:%M}
  44. ${font :size=8}${mem} - ${memperc}%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement