Advertisement
Guest User

conkyrc

a guest
Sep 18th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # Create own window instead of using desktop (required in nautilus)
  2. own_window yes
  3. own_window_type normal
  4. own_window_transparent yes
  5. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  6. background yes
  7. double_buffer yes
  8. use_spacer none
  9. update_interval 5
  10.  
  11. # Use Xft?
  12. use_xft yes
  13. # Xft font when Xft is enabled
  14. xftfont DejaVu Sans Condensed Bold:pixelsize=10
  15. # Text alpha when using Xft
  16. xftalpha 0.7
  17. #Case - set to yes if you want all text to be in uppercase
  18. uppercase no
  19. #Colour
  20. default_color white
  21.  
  22. #Borders
  23. #draw_shades used to be yes
  24. draw_shades yes
  25. default_outline_color black
  26. default_shade_color black
  27. #amplifies text if yes
  28. draw_outline no
  29. draw_borders no
  30. draw_graph_borders no
  31.  
  32. #Placement
  33. alignment top_left
  34. gap_x 12
  35. gap_y 12
  36.  
  37. #mpd
  38. mpd_host localhost
  39. mpd_port 6600
  40.  
  41. cpu_avg_samples 2
  42.  
  43. TEXT
  44. ${alignc 35}${font Trebuchet MS:size=26}${time %H:%M}${font}
  45. ${alignc}${time %a %d %b %Y}
  46. $alignc${color 729FCF}UPTIME: ${color white}$uptime
  47. ${color 729FCF}${font OpenLogos}B $font${color white}$kernel${color black}$hr
  48. ${color 729FCF}Load $alignr${color white}$loadavg
  49. ${color 729FCF}CORE0${color white}$alignr - ${cpu cpu0}%
  50. ${cpugraph 0 729fcf 000000}
  51. ${color 729FCF}CORE1${color white}$alignr - ${cpu cpu1}%
  52. ${color 729FCF}RAM${color white}$alignr$mem/$memmax - $memperc%
  53. ${color 729FCF}R00T${color white}$alignr${fs_used /}/${fs_size /} - ${fs_free_perc /}%
  54. ${color 729FCF}HOME${color white}$alignr${fs_used /home}/${fs_size /home} - ${fs_free_perc /home}%
  55. ${color 729FCF}SWAP${color white}$alignr$swapperc%
  56. ${color white}${diskiograph 729fcf 000000}
  57. ${voffset -25}${alignc}${color BED2E8}Disk I/O:${color white} $diskio
  58.  
  59. ${color white}PROGS${color black}$hr
  60. ${color 729FCF}Total${color white}: ${Processes}$alignr${color 729FCF}Running${color white}: ${running_processes}
  61.  
  62. ${color 729FCF}Top 3 ${color white}CPU${color black}$hr${color white}
  63.  
  64. ${top name 1}$alignr${top cpu 1}%
  65. ${top name 2}$alignr${top cpu 2}%
  66. ${top name 3}$alignr${top cpu 3}%
  67.  
  68. ${color 729FCF}Top 3 ${color white}MEM${color black}$hr${color white}
  69.  
  70. ${top_mem name 1}$alignr${top_mem mem 1}%
  71. ${top_mem name 2}$alignr${top_mem mem 2}%
  72. ${top_mem name 3}$alignr${top_mem mem 3}%
  73.  
  74. ${color white}NETWORK${color black}$hr
  75.  
  76. ${color 729FCF}${font PizzaDude Bullets}X$font${color white}$alignr${downspeed eth0}k/s
  77.  
  78. ${color 729FCF}${font PizzaDude Bullets}R$font${color white}$alignr${upspeed eth0}k/s
  79.  
  80. ${color 729FCF}${font PizzaDude Bullets}O$font${color white}$alignr${totalup eth0}
  81.  
  82. ${color 729FCF}${font PizzaDude Bullets}U$font${color white}$alignr${totaldown eth0}
  83.  
  84. ${color 729FCF}IP${color white}$alignr${addr eth0}
  85. ${if_running mpd}${color white}MPD${color black}$hr${color white}
  86. $mpd_vol% VOL$alignr::: $mpd_status :::
  87. $alignc${color 729FCF}$mpd_artist${color white}
  88. $alignc$mpd_title
  89. ${color 729FCF}$alignc$mpd_album${endif}
  90. ${color black}$hr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement