Quasindro

conky conf

Feb 12th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Nanum Gothic:size=8
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6.  
  7. # Update interval in seconds
  8. update_interval 1
  9.  
  10. # This is the number of times Conky will update before quitting.
  11. # Set to zero to run forever.
  12. total_run_times 0
  13.  
  14. # Create own window instead of using desktop (required in nautilus)
  15. own_window yes
  16. own_window_class Conky
  17. own_window_type normal
  18. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19. own_window_transparent yes
  20.  
  21. # Use double buffering (reduces flicker, may not work for everyone)
  22. double_buffer yes
  23.  
  24. # Minimum size of text area
  25. #minimum_size 200 0
  26. minimum_size 200 200
  27. maximum_width 340
  28.  
  29. # Draw shades?
  30. draw_shades no
  31.  
  32. # Draw outlines?
  33. draw_outline no
  34.  
  35. # Draw borders around text
  36. draw_borders no
  37.  
  38. # Stippled borders?
  39. stippled_borders 0
  40.  
  41. # border margins
  42. #border_margin 5
  43.  
  44. # border width
  45. border_width 1
  46.  
  47. # Default colors and also border colors
  48. default_color white
  49. #default_shade_color black
  50. #default_outline_color white
  51. own_window_colour 333333
  52.  
  53. # Text alignment, other possible values are commented
  54. alignment top_right
  55.  
  56. # Gap between borders of screen and text
  57. # same thing as passing -x at command line
  58. #gap_x 30
  59. gap_x 10
  60. gap_y 50
  61.  
  62. # Subtract file system buffers from used memory?
  63. no_buffers yes
  64.  
  65. # set to yes if you want all text to be in uppercase
  66. uppercase yes
  67.  
  68. # number of cpu samples to average
  69. # set to 1 to disable averaging
  70. cpu_avg_samples 2
  71.  
  72. # number of net samples to average
  73. # set to 1 to disable averaging
  74. net_avg_samples 2
  75.  
  76. # Force UTF8? note that UTF8 support required XFT
  77. override_utf8_locale yes
  78.  
  79. # Add spaces to keep things from moving about? This only affects certain objects.
  80. use_spacer none
  81.  
  82. default_bar_size 300 3
  83.  
  84. color0 ffffff
  85. color1 ff0000
  86.  
  87. #0 - general color
  88. template0 ${color1}\1${color0}\2
  89. #1 - space used
  90. template1 ${color1}\1${color0} : ${fs_used \2}${color1}/${color0}${fs_size \2} ${color1}(${color0}${fs_used_perc \2}${color1}%)${color0}
  91. #2 - heading
  92. template2 ${font PT Sans Narrow:pixelsize=30} ${color1}\1${color0}\2${font} ${voffset -8}${offset 3}${color1}${hr}${color0}\n${voffset -15}${font Meera:pixelsize=15}_${font}
  93. #3 - main header
  94. template3 ${font Meera:pixelsize=30}${alignc}${color1}\1${color0}${font}
  95. #4
  96. template4 ${color1}\1 ${color0}\2/\3 (\4%)
  97.  
  98. TEXT
  99.  
  100.  
  101. ${template3 Machine}
  102. $alignc$nodename
  103. ${voffset -48}${font default:pixelsize=8}$alignc${kernel}${font}
  104.  
  105.  
  106.  
  107. ${color1}$hr${color0}
  108.  
  109. ${font Nanum Gothic:pixelsize=40}$alignc${time %H:%M}${font}
  110. ${font PT Sans Narrow:pixelsize=25}$alignc${color1}${time %a}${color0}, ${time %d %b}${font}
  111. ${font Nanum Gothic:pixelsize=17}$alignc$uptime_short${font}
  112. ${font Liberation Sans Narrow:pixelsize=13}${alignc}Time ${color1}alive${font}
  113.  
  114. ${template2 Sys tem}
  115.  
  116.  
  117. Battery ${alignr}${battery BAT1}
  118. ${color1}${battery_bar 3 BAT1}
  119. ${color #660000}${voffset -13}${execbar}
  120.  
  121. ${offset 34}${color1}CPU${color0} Core ${color1}1${color0} : ${cpu cpu0}${color1}%${color0}
  122. ${offset 34}${color1}CPU${color0} Core ${color1}2${color0} : ${cpu cpu1}${color1}%${color0}
  123. ${offset 40}${color1}RAM${color0} used : $mem ${color1}(${color0}$memperc${color1}%)${color0}
  124. ${offset 41}${color1}ACPI${color0} Temp : ${acpitemp}${color1}°C${color0}
  125. ${offset 93}${template1 / /root}
  126. ${offset 87}${template1 ~/ /home}${if_mounted /run/media/Quaz/FA38FA9B38FA55DB}
  127. ${offset 80}${template1 (C:\) /run/media/Quaz/FA38FA9B38FA55DB/}${endif}${if_mounted /run/media/Quaz/0C2A270A2A26EFFE}
  128. ${offset 79}${template1 (D:\) /run/media/Quaz/0C2A270A2A26EFFE/}${endif}
  129. #(C:\) : ${fs_used /run/media/Quaz/FA38FA9B38FA55DB/}/${fs_size /run/media/Quaz/FA38FA9B38FA55DB/} (${fs_used_perc /run/media/Quaz/FA38FA9B38FA55DB/}%)
  130. #(D:\) : ${fs_used /run/media/Quaz/0C2A270A2A26EFFE/}/${fs_size /run/media/Quaz/0C2A270A2A26EFFE/} (${fs_used_perc /run/media/Quaz/0C2A270A2A26EFFE/}%)
  131.  
  132. ${template2 NET WORK}
  133.  
  134.  
  135. ${if_gw}\
  136. ${offset 83}${color1}Network${color0} : Online
  137. ${offset 72}${color1}External IP${color0} : ${execi 3600 wget -O - http://ip.tupeux.com | tail}
  138. ${if_up usb0}
  139. ${color1}Interface${color0}: usb0
  140. ${color1}IPv4${color0}: ${addr usb0}
  141.  
  142. ${color1}ESSID${color0}: ${wireless_essid usb0}${alignr}${color1}Quality${color0}: ${wireless_link_qual_perc usb0}${color1}%
  143. ${wireless_link_bar 3 usb0}${color0}
  144. ${color #660000}${voffset -13}${execbar}
  145.  
  146. ${color1}${font PT Sans:bold:pixelsize=15}Speed${font}${color0} ${voffset -4}${hr}
  147. ${voffset 4}${color1}Down${color0}: ${offset 119}Up${color0}:${color0}
  148. ${alignr}${voffset -13}${offset 48}${upspeedf usb0}${color1} KB${color0} ${offset -208}${downspeedf usb0}${color1} KB${color0}
  149. ${color #770000}${downspeedgraph usb0 20,140 000000 FF0000 -l} ${alignr}\
  150. ${upspeedgraph usb0 20,140 000000 FF0000 -l}
  151. ${endif}\
  152. \
  153. ${if_up br0}
  154. ${color1}Interface${color0}: br0
  155. ${color1}IPv4${color0}: ${addr br0}
  156.  
  157. ${color1}ESSID${color0}: ${wireless_essid br0}${alignr}${color1}Quality${color0}: ${wireless_link_qual_perc br0}${color1}%
  158. ${wireless_link_bar 3 br0}${color0}
  159. ${color #660000}${voffset -13}${execbar}
  160.  
  161. ${color1}${font PT Sans:bold:pixelsize=15}Speed${font}${color0} ${voffset -4}${hr}
  162. ${voffset 4}${color1}Down${color0}: ${offset 119}Up${color0}:${color0}
  163. ${alignr}${voffset -13}${offset 48}${upspeedf br0}${color1} KB${color0} ${offset -208}${downspeedf br0}${color1} KB${color0}
  164. ${color #770000}${downspeedgraph br0 20,140 000000 FF0000 -l} ${alignr}\
  165. ${upspeedgraph br0 20,140 000000 FF0000 -l}
  166. ${endif}\
  167. \
  168. ${if_up wlan0}
  169. ${offset 83}${color1}Interface${color0}: wlan0
  170. ${offset 117}${color1}IPv4${color0}: ${addr wlan0}
  171.  
  172. ${color1}ESSID${color0}: ${wireless_essid wlan0}${alignr}${color1}Quality${color0}: ${wireless_link_qual_perc wlan0}${color1}%
  173. ${wireless_link_bar 3 wlan0}${color0}
  174. ${color #660000}${voffset -13}${execbar}
  175.  
  176. ${color1}${font PT Sans:bold:pixelsize=15}Speed${font}${color0} ${voffset -4}${hr}
  177. ${voffset 4}${color1}Down${color0}: ${offset 119}Up${color0}:${color0}
  178. ${alignr}${voffset -13}${offset 48}${upspeedf wlan0}${color1} KB${color0} ${offset -208}${downspeedf wlan0}${color1} KB${color0}
  179. ${color #770000}${downspeedgraph wlan0 20,140 000000 FF0000 -l} ${alignr}\
  180. ${upspeedgraph wlan0 20,140 000000 FF0000 -l}
  181. ${endif} \
  182. ${else}\
  183. ${template4 Network: Offline}
  184. ${endif}
Advertisement
Add Comment
Please, Sign In to add comment