Advertisement
Guest User

Untitled

a guest
Apr 8th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # conky configuration
  2. #
  3. # The list of variables has been removed from this file in favour
  4. # of keeping the documentation more maintainable.
  5. # Check http://conky.sf.net for an up-to-date-list.
  6. #
  7. # For ideas about how to modify conky, please see:
  8. # http://crunchbanglinux.org/forums/topic/59/my-conky-config/
  9. #
  10. # For help with conky, please see:
  11. # http://crunchbanglinux.org/forums/topic/2047/conky-help/
  12. #
  13. # Enjoy! :)
  14. ##############################################
  15. # Settings
  16. ##############################################
  17. background yes
  18. use_xft yes
  19. xftfont Aller:size=8.5
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window yes
  24. own_window_transparent yes
  25. ##############################################
  26. # Compositing tips:
  27. # Conky can play strangely when used with
  28. # different compositors. I have found the
  29. # following to work well, but your mileage
  30. # may vary. Comment/uncomment to suit.
  31. ##############################################
  32. ## no compositor
  33. own_window_type override
  34. own_window_argb_visual no
  35.  
  36. ## xcompmgr
  37. #own_window_type override
  38. #own_window_argb_visual yes
  39.  
  40. ## cairo-compmgr
  41. #own_window_type desktop
  42. #own_window_argb_visual yes
  43. ##############################################
  44. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  45. double_buffer yes
  46. minimum_size 400 0
  47. maximum_width 190
  48. draw_shades no
  49. draw_outline no
  50. draw_borders no
  51. draw_graph_borders no
  52. default_color eeeeee
  53. default_shade_color 000000
  54. default_outline_color 828282
  55. alignment bottom_left
  56. gap_x 0
  57. gap_y 8
  58. no_buffers yes
  59. uppercase no
  60. cpu_avg_samples 2
  61. override_utf8_locale no
  62. ##############################################
  63. # Output
  64. ##############################################
  65. TEXT
  66. #RAM:$alignr$mem/$memmax
  67. #Swap usage:$alignr$swap/$swapmax
  68. #Disk usage:$alignr${fs_used /}/${fs_size /}
  69. #CPU usage:$alignr${cpu cpu0}%
  70. [cpu] ${cpu cpu0}%$alignr [d/u] $downspeed/$upspeed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement