Advertisement
Guest User

Behem0th

a guest
Oct 26th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. own_window_argb_visual yes
  2. own_window yes
  3. own_window_transparent yes
  4. own_window_type normal
  5. own_window_class conky-semi
  6. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  7.  
  8. disable_auto_reload
  9.  
  10. # Text alignment, other possible values are commented
  11. alignment top_left
  12. ##minimum_size 10 10
  13. ##alignment top_right
  14. #alignment bottom_left
  15. ##alignment bottom_right
  16.  
  17. # Gap between borders of screen and text
  18. gap_x 5
  19. gap_y 5
  20.  
  21. # Use double buffering (reduces flicker, may not work for everyone)
  22. double_buffer yes
  23.  
  24. # Use Xft?
  25. use_xft yes
  26.  
  27. # Xft font when Xft is enabled
  28. #xftfont Bitstream Vera Sans Mono:size=8
  29. xftfont terminus:pixelsize=10
  30.  
  31. # Text alpha when using Xft
  32. xftalpha 0.8
  33.  
  34. # Update interval in seconds
  35. update_interval 3
  36.  
  37.  
  38. TEXT
  39. ${color #ddaa00}$nodename$color
  40. $sysname $kernel on $machine
  41. ${color lightgrey}Uptime:$color $uptime
  42. ${color lightgrey}RAM Usage:$color $memperc% or $mem of $memmax
  43. ${color lightgrey}Swap Usage:$color $swapperc%
  44. #HDD
  45. ${color grey}$stippled_hr$color
  46. ${color slate grey} /home:$color ${fs_free /home} ${alignr}${fs_bar 6,135 /home}
  47. ${color slate grey} AUR :$color ${fs_free /home/behem0th/AUR} ${alignr}${fs_bar 6,135 /home/behem0th/AUR}
  48. ${color slate grey} / :$color ${fs_free /} ${alignr}${fs_bar 6,135 /}
  49. ${color slate grey} /var :$color ${fs_free /var} ${alignr}${fs_bar 6,135 /var}
  50. ${color slate grey} Games:$color ${fs_free /home/behem0th/Games} ${alignr}${fs_bar 6,135 /home/behem0th/Games}
  51. ${color slate grey} Win :$color ${fs_free /mnt/win_c} ${alignr}${fs_bar 6,135 /mnt/win_c}
  52. ${color #ddaa00} sda:$color ${execi 8 sudo hddtemp /dev/sda | cut -c24-25}°C ${color #ddaa00} sdb:$color ${execi 8 sudo hddtemp /dev/sdb | cut -c24-25}°C
  53. #CPU
  54. ${color grey}$stippled_hr$color
  55. AMD Phenom 9550 X4: ${freq_g} GHz t: ${execi 8 sensors | grep 'temp1' | cut -c16-19 | sed -n 2p}°C
  56. ${color black}${cpugraph 000000 5000a0}$color
  57. ${color lightgrey}Core0:$color ${cpu cpu1}% ${alignr}${cpubar cpu1 6,150}
  58. ${color lightgrey}Core1:$color ${cpu cpu2}% ${alignr}${cpubar cpu2 6,150}
  59. ${color lightgrey}Core2:$color ${cpu cpu3}% ${alignr}${cpubar cpu3 6,150}
  60. ${color lightgrey}Core3:$color ${cpu cpu4}% ${alignr}${cpubar cpu4 6,150}
  61. #GPU
  62. ${color grey}$stippled_hr$color
  63. ${color #ddaa00} GPU:$color ${execi 8 sensors | grep 'temp1' | cut -c16-19 | sed -n 1p}°C ${color grey}Core:$color ${execi 8 cat /sys/kernel/debug/dri/0/radeon_pm_info | grep "current engine" | cut -c23-25}mHz ${color grey}DDR:$color ${execi 8 cat /sys/kernel/debug/dri/0/radeon_pm_info | grep "current memory" | cut -c23-25
  64. }mHz
  65. #Processes
  66. ${color grey}$stippled_hr$color
  67. ${color lightgrey}Processes:$color $processes ${color grey}Running:$color $running_processes
  68. Name PID CPU% MEM%
  69. ${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}$color
  70. ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}$color
  71. ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}$color
  72. Mem usage
  73. ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}$color
  74. ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}$color
  75. ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}$color
  76. #I/O
  77. ${color grey}$stippled_hr$color
  78. ${color #ddaa00}SDC:$color ${execi 300 sudo smartctl -i /dev/sdc | grep "Model Family" | cut -c19-38} ${alignr}[128Gb]
  79. ${color black}${diskiograph /dev/sdc 000000 5000a0}$color
  80. ${color #ddaa00}SDB:$color ${execi 300 sudo smartctl -i /dev/sdb | grep "Model Family" | cut -c19-43} ${alignr}[750Gb]
  81. ${color black}${diskiograph /dev/sdb 000000 5000a0}$color
  82. ${color #ddaa00}SDA:$color ${execi 300 sudo smartctl -i /dev/sda | grep "Model Family" | cut -c19-43} ${alignr}[320Gb]
  83. ${color black}${diskiograph /dev/sda 000000 5000a0}$color
  84.  
  85. Disk I/O: ${alignr}${diskio}
  86. $hr
  87. Process ${alignr} read write
  88. ${top_io name 1} ${alignc}${top_io io_read 1} ${alignr}${top_io io_write 1}
  89. ${top_io name 2} ${alignc}${top_io io_read 2} ${alignr}${top_io io_write 2}
  90. ${top_io name 3} ${alignc}${top_io io_read 3} ${alignr}${top_io io_write 3}
  91. ${top_io name 4} ${alignc}${top_io io_read 4} ${alignr}${top_io io_write 4}
  92. ${top_io name 5} ${alignc}${top_io io_read 5} ${alignr}${top_io io_write 5}
  93. ${top_io name 6} ${alignc}${top_io io_read 6} ${alignr}${top_io io_write 6}
  94. ${top_io name 7} ${alignc}${top_io io_read 7} ${alignr}${top_io io_write 7}
  95. ${top_io name 8} ${alignc}${top_io io_read 8} ${alignr}${top_io io_write 8}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement