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 bast on Mon 2nd Feb 16:45 (modification of post by view diff)
download | new post

  1. #avoid flicker
  2.  
  3. double_buffer yes
  4.  
  5.  
  6.  
  7. #own window to run simultanious 2 or more conkys
  8.  
  9. own_window  yes
  10.  
  11. own_window_transparent no
  12.  
  13. own_window_type normal
  14.  
  15. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  16.  
  17.  
  18.  
  19. #borders
  20.  
  21. draw_borders no
  22.  
  23. border_margin 1
  24.  
  25.  
  26.  
  27. #shades
  28.  
  29. draw_shades no
  30.  
  31.  
  32.  
  33. #position
  34.  
  35. gap_x 6
  36.  
  37. gap_y 6
  38.  
  39. alignment top_left
  40.  
  41.  
  42.  
  43. #behaviour
  44.  
  45. update_interval 1
  46.  
  47.  
  48.  
  49. #colour
  50.  
  51. default_color 707070
  52.  
  53.  
  54.  
  55. #default_shade_color 000000
  56.  
  57. own_window_colour 303030
  58.  
  59.  
  60.  
  61. #font
  62.  
  63. use_xft yes
  64.  
  65. #xftfont bauhaus:pixelsize=10
  66. xftfont AvantGarde LT medium:pixelsize=10
  67. xftalpha 0.8
  68.  
  69.  
  70. #to prevent window from moving
  71.  
  72. use_spacer no
  73.  
  74. minimum_size 1262 0
  75.  
  76.  
  77.  
  78. #mpd
  79.  
  80. mpd_host localhost
  81.  
  82. mpd_port 6600
  83.  
  84.  
  85.  
  86. TEXT
  87.  
  88. ${alignc} ${time %d %B} ${color ecedee}${time  %H:%M}  |  ${color} Up: ${color ecedee}${uptime_short}   |   ${color}Processes: ${color ecedee}$processes  ${color}Running: ${color ecedee}$running_processes   |  ${color}Cpu: ${color ecedee}${cpu}%   ${color}${cpugraph 10,80 303030 ecedee} ${color ecedee}    |   ${color }Mem: ${color ecedee}$mem/$memmax - $memperc% ${color} ${membar 6,80}${color ecedee}    |   ${color }Net: ${color ecedee}${font}${downspeed wlan0} Kb/s ${color}  ${downspeedgraph wlan0 10,80 ecedee 303030}  ${color ecedee} ${totaldown wlan0} down   |   ${color ecedee}${upspeed wlan0} Kb/s ${color} ${upspeedgraph wlan0 10,80 ecedee 303030}  ${color ecedee}${totalup wlan0} up
  89.  
  90. ${alignc} ${color }Kernel: ${color ecedee}$kernel  |  ${alignc} ${color }Root: ${color ecedee}${font}${fs_free /}  / ${fs_size /} - ${fs_free_perc /}%  |  ${color} Home: ${color ecedee}${fs_free /home}  / ${fs_size /home}  - ${fs_free_perc /home}%  |  $color}APT: ${color D7D3C5}${execi 28800 /home/bast/scripts/debupdates.sh}  |  ${color}Email: ${color ecedee}${execi 300 python ~/scripts/gmail.py} ${color ecedee}  |  ${color} Weather: ${color ecedee} ${execi 300 /home/bast/scripts/weather.sh "EUR|FR|FR010|VESOUL|&u=1"}

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