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 anonymous on Fri 27th May 17:07 (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. ##############################################
  15. #  Settings
  16. ##############################################
  17. background yes
  18. use_xft yes
  19. xftfont sans:size=9
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window yes
  24. own_window_transparent yes
  25. own_window_type desktop
  26. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  27. double_buffer yes
  28. minimum_size 200 200
  29. maximum_width 240
  30. draw_shades no
  31. draw_outline no
  32. draw_borders no
  33. draw_graph_borders no
  34. default_color d8d8d8
  35. default_shade_color 000000
  36. default_outline_color d9d7d6
  37. alignment top_right
  38. gap_x 12
  39. gap_y 24
  40. no_buffers yes
  41. uppercase no
  42. cpu_avg_samples 2
  43. override_utf8_locale no
  44. ##############################################
  45. #  Output
  46. ##############################################
  47. TEXT
  48. S Y S T E M    I N F O
  49. ${hr}
  50. Host:$alignr$nodename
  51. Uptime:$alignr$uptime
  52. RAM:$alignr$mem/$memmax
  53. Swap usage:$alignr$swap/$swapmax
  54. Disk usage:$alignr${fs_used /}/${fs_size /}
  55. CPU usage:$alignr${cpu cpu0}%
  56.  
  57.  
  58. S H O R T C U T    K E Y S
  59. ${hr}
  60. Alt+F2$alignr Run Dialog
  61. Alt+F3$alignr Alt Menu
  62. Super+Alt$alignr Main Menu
  63. Super+Tab$alignr Client Menu
  64. Super+t$alignr Terminal
  65. Super+f$alignr File Manager
  66. Super+e$alignr Editor
  67. Super+m$alignr Media Player
  68. Super+w$alignr Web Browser
  69. Super+l$alignr Lock Screen
  70. Super+v$alignr Volume Control
  71. Super+x$alignr Logout
  72. PrtSc$alignr Screenshot

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