Advertisement
aesc22

.conkyrc

Oct 2nd, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. # Conky settings #
  2. background yes
  3. update_interval 1
  4. total_run_times 0
  5.  
  6. cpu_avg_samples 2
  7. net_avg_samples 2
  8. temperature_unit celsius
  9.  
  10. double_buffer yes
  11. no_buffers yes
  12. text_buffer_size 2048
  13.  
  14. gap_x 10
  15. gap_y 10
  16.  
  17. minimum_size 195 450
  18. maximum_width 195
  19.  
  20. own_window yes
  21. own_window_transparent yes
  22. own_window_argb_visual yes
  23. own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
  24. border_inner_margin 0
  25. border_outer_margin 0
  26. alignment top_right
  27.  
  28. draw_shades no
  29. draw_outline no
  30. draw_borders no
  31. draw_graph_borders no
  32.  
  33. override_utf8_locale yes
  34. use_xft yes
  35. xftfont caviar dreams:size=8
  36. xftalpha 0.5
  37. uppercase no
  38.  
  39. default_color FFFFFF
  40. color1 DDDDDD
  41. color2 AAAAAA
  42. color3 888888
  43. color4 D54D23
  44.  
  45. # Lua Load #
  46. lua_load ~/.lua/scripts/clock_rings.lua
  47. lua_draw_hook_pre clock_rings
  48.  
  49. TEXT
  50. ${font Rational Integer:size=12 weight:bold}${color1}${voffset 100}${goto 28}${time %A}${font Rational Integer:size=20}${alignr}${color2}${time %I}:${time %M}${font Rational Integer:size=10}${color3}${time %P}
  51. ${font Rational Integer:size=20 weight:bold}${color1}${time %b} ${font Rational Integer:size=20}${color2}${time %e} ${color3}${time %Y}${goto 90}${voffset -12}${color1}${cpugraph 10,80 666666 666666}
  52. ${font Ubuntu:size=10}${color4}${goto 65}${voffset -89}${cpu cpu0}% ${cpu cpu1}%
  53. ${goto 70}${font Ubuntu:size=10}${color1}${voffset 65}${top name 1}${alignr}${top cpu 1}%
  54. ${goto 70}${font Ubuntu:size=10}${color2}${voffset -5}${top name 2}${alignr}${top cpu 2}%
  55. ${goto 70}${font Ubuntu:size=10}${color3}${voffset -5}${top name 3}${alignr}${top cpu 3}%
  56.  
  57. ${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 38}MEM ${font Ubuntu:size=10}${goto 47}${voffset -15}${color4}${memperc}%
  58. ${goto 70}${font Ubuntu:size=10}${color1}${voffset 10}${top_mem name 1}${alignr}${top mem 1}%
  59. ${goto 70}${font Ubuntu:size=10}${color2}${voffset -5}${top_mem name 2}${alignr}${top mem 2}%
  60. ${goto 70}${font Ubuntu:size=10}${color3}${voffset -5}${top_mem name 3}${alignr}${top mem 3}%
  61. ${alignr}${voffset -70}${memgraph 20,80 666666 666666}
  62.  
  63. ${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 70}Raiz ${font Ubuntu:size=10}${goto 47}${voffset -16}${color4}${fs_used_perc /}%
  64. ${alignr}${voffset -20}${diskiograph 20,80 666666 666666}
  65. ${goto 70}${voffset -1}${font Ubuntu:size=10}${color2}Used:${alignr}${fs_used /}
  66. ${goto 70}${voffset -3}${font Ubuntu:size=10}${color2}Free:${alignr}${fs_free /}
  67. ${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 70}Home ${font Ubuntu:size=10}${goto 47}${voffset -16}${color4}${fs_used_perc /home}%
  68. ${alignr}${voffset -20}${diskiograph 20,80 666666 666666}
  69. ${goto 70}${voffset -1}${font Ubuntu:size=10}${color2}Used:${alignr}${fs_used /home}
  70. ${goto 70}${voffset -3}${font Ubuntu:size=10}${color2}Free:${alignr}${fs_free /home}
  71.  
  72. ${font Rational Integer:size=12 weight:bold}${color1}${goto 68}${voffset 55}NET ${font Ubuntu:size=10}${goto 47}${voffset -17}${color4}${downspeed wlan0} ${alignr}${voffset 0}${downspeedgraph wlan0 20,80 666666 666666}
  73. ${voffset -7}${goto 70}${color2}${font Ubuntu:size=10}${color2}${if_up eth0}eth:${alignr}${addr eth0} ${endif}
  74. ${voffset -3}${goto 70}${if_up wlan0}wlan:${alignr}${addr wlan0}${endif}
  75. ${goto 70}${voffset -3}${font Rational Integer:size=12 weight:bold}${color1}GPUtemp ${alignr}${font Ubuntu:size=12}${nvidia temp}c
  76. ${goto 70}${voffset -3}${font Ubuntu:size=10}${color2}gpuclk:${alignr}${nvidia gpufreq}mhz
  77. ${goto 70}${voffset -3}${font Ubuntu:size=10}${color3}memclk:${alignr}${nvidia memfreq}mhz
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement