CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by TypewriterJason on Mon 16th Jul 08:30 (modification of post by view diff)
download | new post

  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. # locale location=CAXX0054
  15. ##############################################
  16. #  Settings
  17. ##############################################
  18. background yes
  19. use_xft yes
  20. xftfont sans:size=9
  21. xftalpha 1
  22. update_interval 1.0
  23. total_run_times 0
  24. own_window yes
  25. own_window_argb_visual yes
  26. own_window_argb_value 200
  27. own_window_type desktop
  28. double_buffer yes
  29. minimum_size 200 200
  30. maximum_width 270
  31. draw_shades no
  32. draw_outline no
  33. draw_borders no
  34. draw_graph_borders yes
  35. default_color d8d8d8
  36. default_shade_color 000000
  37. default_outline_color d9d7d6
  38. alignment top_right
  39. gap_x 12
  40. gap_y 12
  41. no_buffers yes
  42. uppercase no
  43. cpu_avg_samples 2
  44. override_utf8_locale yes
  45. if_up_strictness address
  46. ##############################################
  47. #  Output
  48. ##############################################
  49. TEXT
  50. ${color green}S Y S T E M    I N F O ${hr}
  51. Host:$alignr$nodename
  52. Uptime:$alignr$uptime
  53. RAM:$alignr$mem/$memmax
  54. Swap usage:$alignr$swap/$swapmax
  55. Disk usage:$alignr${fs_used /}/${fs_size /} (${memperc}%)
  56. BATTERY ${hr}
  57. Level: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
  58. Remaining: ${battery_time}
  59. PROCESSING${hr}
  60. $alignr CPU: $cpu% TEMP: ${acpitemp}?C
  61.    ${cpugraph}
  62.    NAME          $alignr         PID       CPU%
  63.    ${top name 1}$alignr       ${top pid 1}   ${top cpu 1}
  64.    ${top name 2}$alignr       ${top pid 2}   ${top cpu 2}
  65.    ${top name 3}$alignr       ${top pid 3}   ${top cpu 3}
  66.    ${top name 4}$alignr       ${top pid 4}   ${top cpu 4}
  67. DATA ${hr}
  68.  RAM:${memperc}% ${membar 6}
  69.  NAME          $alignr                PID          MEM%
  70.   ${top_mem name 1}$alignr       ${top_mem pid 1} ${top_mem mem 1}
  71.   ${top_mem name 2}$alignr       ${top_mem pid 2} ${top_mem mem 2}
  72.   ${top_mem name 3}$alignr       ${top_mem pid 3} ${top_mem mem 3}
  73.   ${top_mem name 4}$alignr       ${top_mem pid 4} ${top_mem mem 4}
  74. NETWORK ${hr}
  75. ${if_existing /proc/net/route wlan0}Up: ${upspeed wlan0} ${alignr}${upspeedgraph wlan0 8,60}
  76. Down: ${downspeed wlan0} ${alignr}${downspeedgraph wlan0 8,60}
  77. Upload: ${alignr}${totalup wlan0}
  78. Download: ${alignr}${totaldown wlan0}
  79. Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
  80. ${goto 20}Internal IP: ${addr wlan0}
  81. ${goto 20}External IP: ${exec wget -q -O - checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'}
  82. ${else}${if_existing /proc/net/route eth0}Up: ${upspeed eth0} ${alignr}${upspeedgraph eth0 8,60}
  83. Down: ${downspeed eth0} ${alignr}${downspeedgraph eth0 8,60}
  84. Upload: ${alignr}${totalup eth0}
  85. Download: ${alignr}${totaldown eth0}
  86. ${goto 20}Internal IP: ${addr eth0}
  87. ${goto 20}External IP: ${exec wget -q -O - checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'}${endif}${else}Network Unavailable${endif}${hr}
  88. Fortune favours the bold.
  89. $alignr -Alexander the Great
  90. S H O R T C U T    K E Y S ${hr}
  91. Alt+F2$alignr Run Dialog
  92. Alt+F3$alignr Alt Menu
  93. Super+Space$alignr Main Menu
  94. Super+Tab$alignr Client Menu
  95. Super+m$alignr Media Player
  96. Super+l$alignr Lock Screen
  97. Super+v$alignr Volume Control
  98. PrtSc$alignr Screenshot
  99. ${color}

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me