Advertisement
KaeruCT

.conkyrc

Aug 17th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 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 127
  7. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  8. format_human_readable yes
  9.  
  10. double_buffer yes
  11. background yes
  12.  
  13. use_xft yes
  14. xftfont Monospace:size=9
  15. xftalpha 1.0
  16.  
  17. update_interval 1.0
  18.  
  19. text_buffer_size 1024
  20. minimum_size 100 400
  21. draw_shades no
  22. draw_outline no
  23. draw_borders no
  24. stippled_borders no
  25. border_width 1
  26. default_color slategrey
  27. default_shade_color black
  28. default_outline_color white
  29. alignment top_left
  30. gap_x 2
  31. gap_y 2
  32. no_buffers yes
  33. uppercase no
  34. use_spacer right
  35.  
  36. TEXT
  37. #${color slate grey}
  38. #${stippled_hr 2 1}
  39. #Mpd: ${mpd_status}
  40. #${mpd_smart}
  41. #${mpd_elapsed} / ${mpd_length} - Rnd:${mpd_random} Rpt:${mpd_repeat}
  42. #${mpd_bar}
  43. #${color slate grey}${stippled_hr 2 1}
  44. ${color}host :${color white} ${nodename}
  45. ${color}os :${color white} ${sysname} ${kernel}
  46. ${color}hz :${color white} ${freq_g} Ghz
  47. power$hr
  48. ${color}uptime :${color white} $uptime ${color white}
  49. ${color}adapter:${color white} ${acpiacadapter}
  50. ${color}battery:${color white} $battery_percent% $battery_bar
  51. #${color}time :${color white} $battery_time
  52. system$hr
  53. ${color}cpu1 : ${color white}${cpu cpu1}% ${cpubar cpu1}
  54. ${color}cpu2 : ${color white}${cpu cpu2}% ${cpubar cpu2}
  55. ${color}cpu3 : ${color white}${cpu cpu3}% ${cpubar cpu3}
  56. ${color}cpu4 : ${color white}${cpu cpu4}% ${cpubar cpu4}
  57. ${color}ram : ${color white}$memperc% $membar
  58. #${color}temp : ${color white}${i8k_cpu_temp}C
  59. #${color}fan : ${color white}$i8k_right_fan_status
  60. hdd$hr
  61. ${color}home : ${color white}${fs_free /home} ${fs_bar /home}
  62. ${color}var : ${color white}${fs_free /var} ${fs_bar /var}
  63. ${color}swap : ${color white}${fs_free /dev/sda7} ${fs_bar /dev/sda7}
  64. ${color}win : ${color white}${fs_free /media/windows} ${fs_bar /media/windows}
  65. date+time$hr
  66. ${color}date : ${color white}${time %a,} ${time %B %e %G}
  67. ${color}time : ${color white}${time %H:%M:%S} ${color white}
  68. network$hr
  69. ${color}down : ${color white} ${downspeed wlan0}/s
  70. ${color}up : ${color white} ${upspeed wlan0}/s
  71. ${if_running amarok}${color white}now+playing$hr${color white}
  72. ${color}artist: ${color white}${execi 2 ~/.conky/amarok artist}
  73. ${color}title : ${color white}${execi 2 ~/.conky/amarok title}
  74. ${color}album : ${color white}${execi 2 ~/.conky/amarok album}
  75. ${color}pos : ${color white}${execibar 1 ~/.conky/amarok pos}$endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement