Advertisement
Guest User

Untitled

a guest
Nov 21st, 2013
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Terminus:size=8
  4.  
  5. # Update interval in seconds
  6. update_interval 1
  7.  
  8. # This is the number of times Conky will update before quitting.
  9. # Set to zero to run forever.
  10. total_run_times 0
  11.  
  12. # Create own window instead of using desktop (required in nautilus)
  13. own_window yes
  14. own_window_transparent yes
  15. own_window_type widget
  16. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  17.  
  18. # Use double buffering (reduces flicker, may not work for everyone)
  19. double_buffer yes
  20.  
  21. # Minimum size of text area
  22. minimum_size 255 700
  23.  
  24. maximum_width 255
  25.  
  26. # Draw shades?
  27. draw_shades no
  28.  
  29. # Draw outlines?
  30. draw_outline no
  31.  
  32. # Draw borders around text
  33. draw_borders no
  34.  
  35. # Draw borders around graphs
  36. draw_graph_borders no
  37.  
  38. # Stippled borders?
  39. stippled_borders 0
  40.  
  41. # border margins
  42. border_margin 0
  43.  
  44. # border width
  45. border_width 0
  46.  
  47. # Default colors and also border colors
  48. default_color FFFFFF
  49. #default_shade_color white
  50. #default_outline_color black
  51. own_window_colour 1A1F2B
  52.  
  53. # Text alignment, other possible values are commented
  54. #alignment top_left
  55. alignment top_right
  56. #alignment bottom_left
  57. #alignment bottom_right
  58.  
  59. # Gap between borders of screen and text
  60. # same thing as passing -x at command line
  61. gap_x 20
  62. gap_y 35
  63.  
  64. # Subtract file system buffers from used memory?
  65. no_buffers yes
  66.  
  67. # set to yes if you want all text to be in uppercase
  68. uppercase no
  69.  
  70. # number of cpu samples to average
  71. # set to 1 to disable averaging
  72. cpu_avg_samples 2
  73.  
  74. # number of net samples to average
  75. # set to 1 to disable averaging
  76. net_avg_samples 2
  77.  
  78. # Force UTF8? note that UTF8 support required XFT
  79. override_utf8_locale yes
  80.  
  81. # Add spaces to keep things from moving about? This only affects certain objects.
  82. use_spacer yes
  83.  
  84. TEXT
  85.  
  86. ${color CEE8F5}${alignc 85}${font DotMatrix:size=52}${time %k:%M}
  87. ${font DejaVu Sans:size=20}${color 3E9BC9}${alignc}${voffset -50}${time %A}${font}
  88.  
  89. ${color CEE8F5}Date:${color CEE8F5}${alignr}${time %b %d %Y}
  90. ${color CEE8F5}UpTime:${color CEE8F5}${alignr}$uptime
  91.  
  92.  
  93. ${color 3E9BC9}SYSTEM ${hr 1}
  94. ${color CEE8F5}${voffset 5}Load Average: ${loadavg 1 2 3}
  95. ${color CEE8F5}${voffset 5}CPU 1: ${color CEE8F5}${cpubar cpu1 10,100}${color CEE8F5}${alignr}${cpu cpu1}% | ${execi 30 sensors | grep 'Core 0' | cut -d '+' -f2 | cut -d 'C' -f1}C
  96. ${cpugraph cpu1 40,150 3E9BC9 CEE8F5 -t}
  97. ${color CEE8F5}CPU 2: ${color CEE8F5}${cpubar cpu2 10,100}${color CEE8F5}${alignr}${cpu cpu2}% | ${execi 30 sensors | grep 'Core 1' | cut -d '+' -f2 | cut -d 'C' -f1}C
  98. ${cpugraph cpu2 40,150 3E9BC9 CEE8F5 -t}
  99.  
  100. ${color CEE8F5}Ram: ${color CEE8F5}${color CEE8F5}${membar 10,120}${alignr}$mem
  101.  
  102. ${color 3E9BC9}NETWORK ${hr 1}
  103. ${color CEE8F5}Up:${color CEE8F5}${alignr}${upspeed eth0}KB/s
  104. ${color CEE8F5}${upspeedgraph eth0 20,120 3E9BC9 3E9BC9}
  105. ${color CEE8F5}Total: ${color CEE8F5}${totalup eth0}
  106.  
  107. ${color CEE8F5}Down:${color CEE8F5}${alignr}${downspeed eth0}KB/s
  108. ${color CEE8F5}${downspeedgraph eth0 20,120 3E9BC9 3E9BC9}
  109. ${color CEE8F5}Total: ${color CEE8F5}${totaldown eth0}
  110.  
  111. ${color 3E9BC9}DISK ${hr 1}
  112. ${color CEE8F5}Disk IO:${color CEE8F5} ${alignr 4}$diskio
  113. ${color CEE8F5}${diskiograph 20,120 3E9BC9 3E9BC9}
  114. ${color CEE8F5}Root: ${color CEE8F5}${fs_free /}
  115. ${color CEE8F5}${fs_bar 3,120 /}
  116. ${color CEE8F5}Data: ${color CEE8F5}${fs_free /mnt/data}
  117. ${color CEE8F5}${fs_bar 3,120 /mnt/data}
  118. ${color CEE8F5}Swap: ${color CEE8F5}${swap}
  119. ${color CEE8F5}${swapbar 3,120}
  120.  
  121. ${color 3E9BC9}Weather: ${hr 1}
  122. ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ <MYLOC> temperature} C
  123. ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ <MYLOC> cloud_cover}
  124. ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ <MYLOC> humidity}%
  125. ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ <MYLOC> wind_speed} km/h ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ <MYLOC> wind_dir}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement