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 Aaronsan on Tue 20th Nov 22:02 (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 Liberation 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. ##############################################
  26. # Compositing tips:
  27. # Conky can play strangely when used with
  28. # different compositors. I have found the
  29. # following to work well, but your mileage
  30. # may vary. Comment/uncomment to suit.
  31. ##############################################
  32. ## no compositor
  33. own_window_type override
  34. own_window_argb_visual no
  35.  
  36. ## xcompmgr
  37. #own_window_type override
  38. #own_window_argb_visual yes
  39.  
  40. ## cairo-compmgr
  41. #own_window_type desktop
  42. #own_window_argb_visual yes
  43. ##############################################
  44. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  45. double_buffer yes
  46. minimum_size 200 200
  47. maximum_width 240
  48. draw_shades no
  49. draw_outline no
  50. draw_borders no
  51. draw_graph_borders no
  52. default_color white
  53. default_shade_color 000000
  54. default_outline_color white
  55. alignment top_left
  56. gap_x 12
  57. gap_y 56
  58. no_buffers yes
  59. uppercase no
  60. cpu_avg_samples 2
  61. override_utf8_locale no
  62. ##############################################
  63. #  Output
  64. ##############################################
  65. TEXT
  66. S Y S T E M    I N F O
  67. ${hr}
  68. Host:$alignr$nodename
  69. Uptime:$alignr$uptime
  70. RAM:$alignr$mem/$memmax
  71. Swap usage:$alignr$swap/$swapmax
  72. Disk usage:$alignr${fs_used /}/${fs_size /}
  73. CPU usage:$alignr${cpu cpu0}%
  74.  
  75.  
  76. S H O R T C U T    K E Y S
  77. ${hr}
  78. Alt+F2$alignr Run Dialog
  79. Alt+F3$alignr Alt Menu
  80. Super+Space$alignr Main Menu
  81. Super+Tab$alignr Client Menu
  82. Super+t$alignr Terminal
  83. Super+f$alignr File Manager
  84. Super+e$alignr Editor
  85. Super+m$alignr Media Player
  86. Super+w$alignr Web Browser
  87. Super+l$alignr Lock Screen
  88. Super+v$alignr Volume Control
  89. Super+x$alignr Logout
  90. 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