Advertisement
discrust

conkyrc [2]

May 7th, 2012 (edited)
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.99 KB | None | 0 0
  1. background no
  2.  
  3. #prawy dolny rog
  4. gap_x 90
  5. gap_y 70
  6.  
  7. maximum_width 1200
  8. #maximum_height 1000
  9.  
  10. # X font when Xft is disabled, you can pick one with program xfontsel
  11. #font -*-*-*-r-normal--14-*-*-*-c-*-iso8859-2
  12. #font -xos4-terminus-*-r-normal-*-14-100-*-*-c-*-iso10646-1
  13.  
  14. # Use Xft?
  15. use_xft yes
  16.  
  17. #xftfont Bitstream Vera Sans Mono:size=11
  18. xftfont Monospace:size=8
  19. xftalpha 0.9
  20.  
  21. update_interval 1.0
  22.  
  23. total_run_times 0
  24.  
  25. own_window yes
  26.  
  27. own_window_type desktop
  28. #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  29. own_window_transparent yes
  30.  
  31. # If own_window_transparent is set to no, you can set the background colour here
  32. #own_window_colour hotpink
  33.  
  34. # Use double buffering (reduces flicker, may not work for everyone)
  35. double_buffer yes
  36. draw_shades no
  37. draw_outline no
  38. draw_borders no
  39. stippled_borders 8
  40. border_margin 4
  41. border_width 1
  42.  
  43. default_color #7B7B7B
  44. default_shade_color #7B7B7B
  45. #default_outline_color #717171
  46.  
  47. alignment top_left
  48. no_buffers yes
  49. uppercase no
  50.  
  51. cpu_avg_samples 2
  52. net_avg_samples 2
  53.  
  54. override_utf8_locale yes
  55.  
  56. use_spacer yes
  57.  
  58. TEXT
  59. $alignc${color #7B7B7B}$font${color #7B7B7B}GNU/Linux ··· Openbox
  60. $alignc${color #7B7B7B}$font${color #7B7B7B}Kernel: $font$alignc$alignc${color #7B7B7B}$kernel
  61. $font$alignc ${color #7B7B7B}Uptime: $font$alignc${color #7B7B7B}$uptime
  62. $alignc${color #7B7B7B} ${color #7B7B7B}CPU: ${color #7B7B7B}$cpu${color #7B7B7B}% | $alignc${color #7B7B7B}RAM: ${color #7B7B7B}%$memperc | ${color #7B7B7B}SWAP: ${color #7B7B7B}%$swapperc  
  63. $alignc${color #7B7B7B}/: ${color #7B7B7B}${fs_free /} ${fs_bar 7,30 /}  ${color #7B7B7B} /home: ${color #7B7B7B}${fs_free /home} ${fs_bar 7,30 /home}
  64. $alignc${color #7B7B7B}Down: ${color #7B7B7B}${downspeed eth0}  ${color #7B7B7B}Up: ${color #7B7B7B}${upspeed eth0}${color #7B7B7B}
  65. ${alignc}${color 7C7C7C} MPD ··· ${color #7B7B7B}$mpd_artist ${color #7B7B7B}| ${color #7B7B7B}$mpd_title ${color #7B7B7B}| ${color #7B7B7B}$mpd_album ${color #7B7B7B}| ${color #7B7B7B}$mpd_length
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement