Advertisement
Guest User

.conkyrc3

a guest
Sep 15th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 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 250 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=10
  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 255
  58. gap_y 15
  59.  
  60. # stuff after 'TEXT' will be formatted on screen
  61.  
  62. TEXT
  63. ${color 9CC3C8}CPU $color${cpu cpu0}%${goto 90}${color 9CC3C8}${color 9CC3C8}RAM ${color}$memperc%${goto 155}${color 9CC3C8}PROCESS (SWAP $color$swapperc%${color 9CC3C8})$color
  64. ${color 9CC3C8}${hr 1}${color}
  65. ${font Tahoma:size=9}${top cpu 1}${goto 95}${top mem 1}${goto 170}${top name 1}
  66. ${top cpu 2}${goto 95}${top mem 2}${goto 170}${top name 2}
  67. ${top cpu 3}${goto 95}${top mem 3}${goto 170}${top name 3}
  68. ${top cpu 4}${goto 95}${top mem 4}${goto 170}${top name 4}${font}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement