Guest User

Untitled

a guest
Apr 29th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. background no
  2. double_buffer yes
  3.  
  4. alignment top_left
  5.  
  6. own_window yes
  7. own_window_type override
  8. own_window_transparent yes
  9.  
  10. max_specials 1024
  11. max_user_text 10000
  12.  
  13. use_spacer left
  14. top_name_width 20
  15. uppercase no
  16. short_units yes
  17. pad_percents 3
  18.  
  19. #name
  20. color0 DCB967
  21.  
  22. #proc
  23. color1 DBD0A1
  24. color2 BDB38A
  25. color3 ABA27D
  26. color4 999170
  27.  
  28. #value
  29. color5 C2AF79
  30.  
  31. border_width 1
  32. cpu_avg_samples 2
  33. default_color white
  34. default_outline_color white
  35. default_shade_color white
  36. draw_borders no
  37. draw_graph_borders yes
  38. draw_outline no
  39. draw_shades no
  40. use_xft yes
  41. xftfont Terminus:size=10
  42. gap_x 5
  43. gap_y 5
  44. minimum_size 1250 1024
  45. net_avg_samples 2
  46. no_buffers yes
  47. out_to_console no
  48. out_to_stderr no
  49. extra_newline no
  50. own_window_class Conky
  51. stippled_borders 0
  52. update_interval 1.0
  53. show_graph_scale no
  54. show_graph_range no
  55.  
  56. TEXT
  57.  
  58.  
  59.  
  60. ${offset 10}${color0}CPU ${color5}$cpu%
  61. ${offset 10}${cpugraph 20,167}
  62. ${offset 10}${color1}${top name 1}${top cpu 1}%
  63. ${offset 10}${color2}${top name 2}${top cpu 2}%
  64. ${offset 10}${color3}${top name 3}${top cpu 3}%
  65.  
  66. ${offset 10}${color0}D ${color5}${downspeed enp4s0} ${color4}/ ${color5}${totaldown enp4s0}
  67. ${offset 10}${color0}U ${color5}${upspeed enp4s0} ${color4}/ ${color5}${totalup enp4s0}
  68.  
  69. ${offset 250}${voffset -128}${color0}MEMORY ${color5}$mem ${color4}/ ${color5}$swap
  70. ${offset 250}${voffset 4}${membar 10,167}
  71. ${offset 250}${swapbar 5,167}
  72. ${offset 250}${voffset 4}${color1}${top_mem name 1} ${top_mem mem_res 1}
  73. ${offset 250}${color2}${top_mem name 2} ${top_mem mem_res 2}
  74. ${offset 250}${color3}${top_mem name 3} ${top_mem mem_res 3}
  75. ${offset 250}${color4}${top_mem name 4} ${top_mem mem_res 4}
  76. ${offset 250}${color4}${top_mem name 5} ${top_mem mem_res 5}
  77. ${offset 250}${color4}${top_mem name 6} ${top_mem mem_res 6}
  78.  
  79. ${offset 1000}${voffset -140}${color5}${font Clockopia:size=86}${time %H}${voffset -53}${font Droid Sans Mono:size=20}' ${voffset -10}${font Clockopia:size=35} ${time %M}${font Clockopia:size=8}${voffset -22}${time %S}
  80. ${offset 1130}${voffset 27}${color0}${font :size=8}${time %d %B %Y}
  81. ${offset 1130}${voffset 1}${color0}${font :size=8}${time %A}, ${color1}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UNNT temperature}C° ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UNNT cloud_cover}
  82. ${offset 1130}${color0}Uptime ${color1}$uptime_short
  83.  
  84.  
  85.  
  86.  
  87. ${font Droid Sans Mono:size=10}${color0}${execp cal -m | tail -n7 | sed 's/^/${alignr} /' | head -n1}${color4}
  88. ${font Droid Sans Mono:size=10}${execp cal -m | tail -n6 | sed 's/^/${alignr} /' | sed "s/`date +%e` \|`date +%e`$/\$\{color1\}&\$\{color5\}/"}
Advertisement
Add Comment
Please, Sign In to add comment