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 Hanna on Thu 29th Jan 20:55 (modification of post by view diff)
download | new post

  1. # Use Xft?
  2. use_xft yes
  3. xftfont BauhausMedium:size=7
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6.  
  7. # Update interval in seconds
  8. update_interval 1
  9.  
  10. # This is the number of times Conky will update before quitting.
  11. # Set to zero to run forever.
  12. total_run_times 0
  13.  
  14. # Create own window instead of using desktop (required in nautilus)
  15.         own_window yes
  16.         own_window_transparent no
  17.         own_window_type override
  18.         own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19.  
  20. # Use double buffering (reduces flicker, may not work for everyone)
  21. double_buffer yes
  22.  
  23. # Minimum size of text area
  24. maximum_width 180
  25. minimum_size 180 0
  26.  
  27.  
  28. # Draw shades?
  29. draw_shades no
  30.  
  31. # Draw outlines?
  32. draw_outline no
  33.  
  34. # Draw borders around text
  35. draw_borders yes
  36.  
  37. draw_graph_borders no
  38.  
  39. # Stippled borders?
  40. stippled_borders 0
  41.  
  42. # border margins
  43. border_margin 7
  44.  
  45. # border width
  46. border_width 1
  47.  
  48. # Default colors and also border colors
  49. default_color 026022
  50. color0 666666
  51. #color1
  52. #color2
  53. #default_shade_color black
  54. #default_outline_color white
  55. own_window_colour 262626
  56.  
  57. # Text alignment, other possible values are commented
  58. alignment top_left
  59. #alignment top_right
  60. #alignment bottom_left
  61. #alignment bottom_right
  62.  
  63. # Gap between borders of screen and text
  64. # same thing as passing -x at command line
  65. gap_x 30
  66. gap_y 143
  67.  
  68. # Subtract file system buffers from used memory?
  69. no_buffers yes
  70.  
  71. # set to yes if you want all text to be in uppercase
  72. uppercase no
  73.  
  74. # number of cpu samples to average
  75. # set to 1 to disable averaging
  76. cpu_avg_samples 2
  77.  
  78. # number of net samples to average
  79. # set to 1 to disable averaging
  80. net_avg_samples 2
  81.  
  82. # Force UTF8? note that UTF8 support required XFT
  83. override_utf8_locale yes
  84.  
  85. # Add spaces to keep things from moving about?  This only affects certain objects.
  86. use_spacer right
  87.  
  88. # | - - - + What: ${exec conkyExaile --datatype=TI}
  89. # | - - - + Whose: ${exec conkyExaile --datatype=AR}
  90. TEXT
  91. ${color0}CPU: ${cpugraph cpu0 10,40 7C985C 47754E} ${cpu cpu0}%
  92. RAM: ${memgraph 10,40 7C985C 47754E} ${memperc}%
  93. Temp: ${acpitemp}ÂșC
  94. ~/: ${fs_free /home}/${fs_size /home}
  95. /: ${fs_free /root}/${fs_size /root}
  96. Uptime: ${uptime_short}

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