Advertisement
Guest User

conkyrc slackware

a guest
Mar 9th, 2011
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. alignment bottom_right
  2. background no
  3. border_width 2
  4. cpu_avg_samples 2
  5. top_cpu_separate yes
  6. default_color white
  7. default_outline_color white
  8. default_shade_color white
  9. draw_borders no
  10. draw_graph_borders yes
  11. draw_outline no
  12. draw_shades no
  13. use_xft yes
  14. xftfont DejaVu Sans Mono:size=8
  15. gap_x 10
  16. gap_y 1
  17. minimum_size 0 0
  18. net_avg_samples 2
  19. no_buffers no
  20. out_to_console no
  21. out_to_stderr no
  22. extra_newline no
  23. own_window no
  24. own_window_class Conky
  25. own_window_type desktop
  26. stippled_borders 0
  27. update_interval 1.0
  28. uppercase no
  29. use_spacer none
  30. show_graph_scale yes
  31. show_graph_range yes
  32.  
  33. TEXT
  34. ${offset 240}${color slate grey}VERSION:${color #00FF00} ${exec cat /etc/*version*}
  35. ${offset 240}${color slate grey}ARCH:${color #ddaa00} ${exec arch}
  36. ${offset 240}${color slate grey}${time %Z, }${color }${time %H:%M:%S}
  37. ${offset 240}${color slate grey}UpTime: ${color }$uptime
  38. ${offset 240}${color slate grey}Kern:${color #F88017}$kernel
  39. ${offset 240}${color slate grey}CPU:${color } $cpu%
  40. ${offset 240}${cpugraph 20,130 000000 ffffff}
  41. ${offset 240}${color slate grey}Load: ${color }$loadavg
  42. ${offset 240}${color slate grey}Processes: ${color }$processes
  43. ${offset 240}${color slate grey}Running: ${color }$running_processes
  44. ${offset 240}${exec sensors |grep Core}
  45. ${offset 240}${color slate grey}Highest CPU:
  46. ${offset 240}${color #FF0080} ${top name 1}${top_mem cpu 1}
  47. ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
  48. ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
  49. ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
  50.  
  51. ${offset 240}${color slate grey}Highest MEM:
  52. ${offset 240}${color #FF00FF} ${top_mem name 1}${top_mem mem 1}
  53. ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
  54. ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
  55. ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
  56.  
  57. ${offset 240}${color slate grey}MEM: ${color } $memperc% $mem/$memmax
  58. ${offset 240}${membar 3,100}
  59. ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
  60. ${offset 240}${swapbar 3,100}
  61.  
  62. ${offset 240}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
  63. ${offset 240}${fs_bar 3,100 /}
  64. ${offset 240}${color slate grey}HOME: ${color }${fs_free /home}/${fs_size /home}
  65. ${offset 240}${fs_bar 3,100 /home}
  66. ${offset 240}${color slate grey}SCRIPTS: ${color }${fs_free /home/scripts}/${fs_size /home/scripts}
  67. ${offset 240}${fs_bar 3,100 /home/scripts}
  68. ${offset 240}${color #FFFF00} ======NET======
  69. ${offset 240}${color #0000FF}Up: ${color }${upspeed wlan0} k/s
  70. ${offset 240}${upspeedgraph wlan0 20,130 000000 ffffff}
  71. ${offset 240}${color #0000FF}Down: ${color }${downspeed wlan0}k/s${color}
  72. ${offset 240}${downspeedgraph wlan0 20,130 000000 ffffff}
  73. ${offset 240}${color #FF0000} ======CPUINFO======
  74. ${offset 240}${color lightgrey}${exec less /proc/cpuinfo |grep "000"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement