KaeruCT

conky

Feb 23rd, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. own_window yes
  2. own_window_transparent yes
  3. own_window_argb_visual yes
  4. own_window_type normal
  5. own_window_class conky-semi
  6. own_window_argb_value 40
  7. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  8. format_human_readable yes
  9. double_buffer yes
  10. background yes
  11.  
  12. use_xft yes
  13. xftfont Monospace:size=9
  14. xftalpha 1.0
  15.  
  16. update_interval 1.0
  17.  
  18. text_buffer_size 1024
  19. minimum_width 240
  20. maximum_width 240
  21. draw_shades yes
  22. draw_outline no
  23. draw_borders no
  24. stippled_borders no
  25. border_width 1
  26. default_color ffffaa
  27. default_shade_color 000000
  28. default_outline_color white
  29. alignment top_left
  30. gap_x 8
  31. gap_y 8
  32. no_buffers yes
  33. uppercase no
  34. use_spacer right
  35.  
  36. TEXT
  37. ${color}host :${color white} ${nodename}
  38. ${color}os :${color white} ${sysname} ${kernel}
  39. ${color}hz :${color white} ${freq_g} Ghz
  40. system$hr
  41. ${color}uptime :${color white} $uptime ${color white}
  42. ${color}cpu1 : ${color white}${cpu cpu1}% ${cpubar cpu1}
  43. ${color}cpu2 : ${color white}${cpu cpu2}% ${cpubar cpu2}
  44. ${color}cpu3 : ${color white}${cpu cpu3}% ${cpubar cpu3}
  45. ${color}cpu4 : ${color white}${cpu cpu4}% ${cpubar cpu4}
  46. ${color}ram : ${color white}$memperc% $membar
  47. #${color}temp : ${color white}${adt746xcpu}C
  48. hdd$hr
  49. ${color}/ : ${color white}${fs_free /} ${fs_bar /}
  50. ${color}/home : ${color white}${fs_free /home} ${fs_bar /home}
  51. date+time$hr
  52. ${color}date : ${color white}${time %a,} ${time %B %e %G}
  53. ${color}time : ${color white}${time %H:%M:%S} ${color white}
  54. network$hr
  55. ${color}down : ${color white} ${downspeed eth0}/s
  56. ${color}up : ${color white} ${upspeed eth0}/s
  57. ${if_mpd_playing}mpd$hr
  58. ${color}title : ${color white} $mpd_title
  59. ${color}artist : ${color white} $mpd_artist
  60. ${color}album : ${color white} $mpd_album
  61. ${color}time : ${color white}$mpd_elapsed / $mpd_length
  62. ${color white}$mpd_bar
  63. $endif
Advertisement
Add Comment
Please, Sign In to add comment