Advertisement
spongeyperson

.conkyrc script on Crunchbang

Aug 20th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. #Tyler's Conky Script :)
  2. background yes
  3. use_xft yes
  4. xftfont Sans:size=8
  5. xftalpha 1
  6. update_interval 1.0
  7. total_run_times 0
  8. own_window yes
  9. own_window_transparent yes
  10. own_window_type desktop
  11. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  12. double_buffer yes
  13. minimum_size 200 200
  14. maximum_width 200
  15. draw_shades yes
  16. draw_outline no
  17. draw_borders no
  18. draw_graph_borders yes
  19. default_color white
  20. default_shade_color black
  21. default_outline_color white
  22. alignment top_right
  23. gap_x 12
  24. gap_y 48
  25. no_buffers yes
  26. uppercase no
  27. cpu_avg_samples 2
  28. override_utf8_locale no
  29.  
  30. TEXT
  31. ${font sans-serif:bold:size=8}SYSTEM ${hr 2}
  32. ${font sans-serif:normal:size=8}$sysname $kernel $alignr $machine
  33. Host:$alignr$nodename
  34. Uptime:$alignr$uptime
  35. File System: $alignr${fs_type}
  36.  
  37. ${font sans-serif:bold:size=8}PROCESSORS ${hr 2}
  38. ${font sans-serif:normal:size=8}${cpugraph cpu1}
  39. CPU1: ${cpu cpu1}% ${cpubar cpu1}
  40. CPU2: ${cpu cpu2}% ${cpubar cpu2}
  41.  
  42. ${font sans-serif:bold:size=8}MEMORY ${hr 2}
  43. ${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
  44. $membar
  45.  
  46. ${font sans-serif:bold:size=8}DISKS ${hr 2}
  47. ${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
  48. ${fs_bar /}
  49. SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}%
  50. ${swapbar}
  51.  
  52. ${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2}
  53. ${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} %
  54. ${top_mem name 2}${alignr}${top mem 2} %
  55. $font${top_mem name 3}${alignr}${top mem 3} %
  56. $font${top_mem name 4}${alignr}${top mem 4} %
  57. $font${top_mem name 5}${alignr}${top mem 5} %
  58.  
  59. ${font sans-serif:bold:size=8}NETWORK ${hr 2}
  60. ${font sans-serif:normal:size=8}IP address: $alignr ${addr ath0}
  61. ESSID: $alignr ${wireless_essid ath0}
  62. Connection quality: $alignr ${wireless_link_qual_perc ath0}%
  63. ${downspeedgraph ath0}
  64. DLS:${downspeed ath0} kb/s $alignr total: ${totaldown ath0}
  65. ${upspeedgraph ath0}
  66. ULS:${upspeed ath0} kb/s $alignr total: ${totalup ath0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement