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 Tue 6th Jan 11:27 (modification of post by Hanna view diff)
diff | download | new post

  1. # Use Xft?
  2. use_xft yes
  3. xftfont Monospace: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 yes
  17.         own_window_type desktop
  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. minimum_size 200 0
  25.  
  26.  
  27. # Draw shades?
  28. draw_shades no
  29.  
  30. # Draw outlines?
  31. draw_outline no
  32.  
  33. # Draw borders around text
  34. draw_borders no
  35.  
  36. # Stippled borders?
  37. stippled_borders 0
  38.  
  39. # border margins
  40. border_margin 5
  41.  
  42. # border width
  43. border_width 1
  44.  
  45. # Default colors and also border colors
  46. default_color white
  47. #default_shade_color black
  48. #default_outline_color white
  49. own_window_colour 333333
  50.  
  51. # Text alignment, other possible values are commented
  52. alignment top_left
  53. #alignment top_right
  54. #alignment bottom_left
  55. #alignment bottom_right
  56.  
  57. # Gap between borders of screen and text
  58. # same thing as passing -x at command line
  59. gap_x 30
  60. gap_y 60
  61.  
  62. # Subtract file system buffers from used memory?
  63. no_buffers yes
  64.  
  65. # set to yes if you want all text to be in uppercase
  66. uppercase no
  67.  
  68. # number of cpu samples to average
  69. # set to 1 to disable averaging
  70. cpu_avg_samples 2
  71.  
  72. # number of net samples to average
  73. # set to 1 to disable averaging
  74. net_avg_samples 2
  75.  
  76. # Force UTF8? note that UTF8 support required XFT
  77. override_utf8_locale yes
  78.  
  79. # Add spaces to keep things from moving about?  This only affects certain objects.
  80. use_spacer none
  81.  
  82. TEXT
  83. ULTRABLACK IS #!
  84.  |
  85. Weather
  86.  +
  87.  | - - - - - + ${execi 300 ~/.conky/weather.sh "EUR|FI|FI002|VANTAA"}
  88.  +
  89. Time
  90.  +
  91.  | - - - - - + ${time %H:%M} ${time %d %b %Y}
  92.  +
  93. System
  94.  +
  95.  | - - - - - + CPU: ${cpu cpu}%
  96.  | - - - - - + RAM: $memperc%
  97.  | - - - - - + Temp: ${acpitemp}ºC
  98.  | - - - - - + ~/: ${fs_free /home}/${fs_size /home}
  99.  | - - - - - + /: ${fs_free /root}/${fs_size /root}
  100.  | - - - - - + ${execi 28800 ~/bin/updates.sh}
  101.  +
  102. Net
  103.  +
  104.  | - - - - - + Up: ${upspeed eth0}kb/s (${totalup eth0})
  105.  | - - - - - + Down: ${downspeed eth0}kb/s (${totaldown eth0})
  106.  +
  107. Music
  108.  +
  109.  | - - - - - + What: ${exec conkyExaile --datatype=TI}
  110.  | - - - - - + Whose: ${exec conkyExaile --datatype=AR}
  111.  +
  112. Shortcuts
  113.  +
  114.  | - - - - - + RSS  - - - - - W+G
  115.  | - - - - - + Firefox  - - - W+B
  116.  | - - - - - + PCmanfm  - - - W+F
  117.  | - - - - - + Terminator - - W+R
  118.  | - - - - - + Exaile - - - - W+E
  119.  | - - - - - + ZenTwitter - - W+M
  120.  | - - - - - + MPlayer  - - - W+V
  121.  | - - - - - + Irssi  - - - - W+I
  122.  | - - - - - + Nitrogen - - - W+N
  123.  | - - - - - + Pidgin - - - - W+P
  124.  | - - - - - + Skype  - - - - W+S
  125.  | - - - - - + gmrun  - - - - Alt+f2

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