Advertisement
Guest User

Trey Conky konfigja

a guest
Oct 26th, 2015
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. conky.config = {
  2. -- Conky sample configuration
  3.  
  4. -- the list of variables has been removed from this file in favour
  5. -- of keeping the documentation more maintainable.
  6. -- Check http://conky.sf.net for an up-to-date-list.
  7.  
  8. -- set to yes if you want Conky to be forked in the background
  9. background = false,
  10.  
  11. -- X font when Xft is disabled, you can pick one with program xfontsel
  12. --font 5x7
  13. --font 6x10
  14. --font 7x13
  15. --font 8x13
  16. --font 9x15
  17. --font *mintsmild.se*
  18. --font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
  19.  
  20. -- Use Xft?
  21. use_xft = true,
  22.  
  23. -- Xft font when Xft is enabled
  24. font = 'Sans Mono:size=6',
  25.  
  26. -- Text alpha when using Xft
  27. xftalpha = 0.8,
  28.  
  29. -- Print everything to stdout?
  30. -- out_to_console no
  31.  
  32. -- MPD host/port
  33. -- mpd_host localhost
  34. -- mpd_port 6600
  35. -- mpd_password tinker_bell
  36.  
  37. -- Print everything to console?
  38. -- out_to_console no
  39.  
  40. -- mail spool
  41. -- mail_spool $MAIL
  42.  
  43. -- Update interval in seconds
  44. update_interval = 2,
  45.  
  46. -- This is the number of times Conky will update before quitting.
  47. -- Set to zero to run forever.
  48. total_run_times = 0,
  49.  
  50. -- Create own window instead of using desktop (required in nautilus)
  51. own_window = true,
  52.  
  53. -- If own_window is yes, you may use type normal, desktop or override
  54. own_window_type = 'normal',
  55.  
  56. -- Use pseudo transparency with own_window?
  57. own_window_transparent = true,
  58.  
  59. -- If own_window_transparent is set to no, you can set the background colour here
  60. own_window_colour = 'hotpink',
  61.  
  62. -- If own_window is yes, these window manager hints may be used
  63. own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
  64.  
  65. -- Use double buffering (reduces flicker, may not work for everyone)
  66. double_buffer = true,
  67.  
  68. -- Minimum size of text area
  69. minimum_width = 190, minimum_height = 721,
  70.  
  71. -- Draw shades?
  72. draw_shades = true,
  73.  
  74. -- Draw outlines?
  75. draw_outline = false,
  76.  
  77. -- Draw borders around text
  78. draw_borders = true,
  79.  
  80. -- Draw borders around graphs
  81. draw_graph_borders = false,
  82.  
  83. -- Stippled borders?
  84. stippled_borders = no,
  85.  
  86. -- border margins
  87. --border_margin 8
  88. border_inner_margin = 5,
  89.  
  90. -- border width
  91. border_width = 1,
  92.  
  93. -- Default colors and also border colors
  94. default_color = '#4d6f56',
  95. default_shade_color = 'black',
  96. default_outline_color = 'black',
  97.  
  98. -- Text alignment, other possible values are commented
  99. --alignment top_left
  100. alignment = 'top_right',
  101. --alignment bottom_left
  102. --alignment bottom_right
  103. --alignment none
  104.  
  105. -- Gap between borders of screen and text
  106. -- same thing as passing -x at command line
  107. gap_x = 10,
  108. gap_y = 41,
  109.  
  110. -- Subtract file system buffers from used memory?
  111. no_buffers = false,
  112.  
  113. -- set to yes if you want all text to be in uppercase
  114. uppercase = false,
  115.  
  116. -- number of cpu samples to average
  117. -- set to 1 to disable averaging
  118. cpu_avg_samples = 2,
  119.  
  120. -- number of net samples to average
  121. -- set to 1 to disable averaging
  122. net_avg_samples = 2,
  123.  
  124. -- Force UTF8? note that UTF8 support required XFT
  125. override_utf8_locale = true,
  126.  
  127. -- Add spaces to keep things from moving about? This only affects certain objects.
  128. use_spacer = 'none',
  129.  
  130. -- Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
  131. --max_port_monitor_connections 256
  132.  
  133. -- Maximum number of special things, e.g. fonts, offsets, aligns, etc.
  134. --max_specials 512
  135.  
  136. -- Maximum size of buffer for user text, i.e. below TEXT line.
  137. max_user_text = 3366,
  138.  
  139. -- Maximum width of window
  140. maximum_width = 190,
  141.  
  142. -- variable is given either in format $variable or in ${variable}. Latter
  143. -- allows characters right after the variable and must be used in network
  144. -- stuff because of an argument
  145.  
  146. -- stuff after 'TEXT' will be formatted on screen
  147.  
  148. };
  149.  
  150. conky.text = [[
  151. ${alignc}${color #7a7a7a}$nodename - $sysname $kernel on $machine
  152.  
  153. ${color #836226}SYSTEM INFO $stippled_hr
  154.  
  155. ${color #7a7a7a}Uptime: ${color #4D6F56} $uptime
  156. ${color #7a7a7a}Load: ${color #4D6F56} $loadavg
  157.  
  158. ${color #7a7a7a}CPU: ${color #4D6F56}$cpu% ${color #7a7a7a}| ${color #4D6F56}$freq_g GHz
  159. ${color #4D6F56}${cpubar cpu1}
  160. ${color #4D6F56}${cpubar cpu2}
  161. ${color #4D6F56}${cpugraph 0 11,188 836226 4d6f56}
  162.  
  163. ${color #7a7a7a}MEM: ${color #4D6F56}$mem ${color #7a7a7a}| ${color #4D6F56}$memmax ${color #7a7a7a}| ${color #4D6F56}$memperc%
  164. ${color #4D6F56}${membar}
  165.  
  166. ${color #7a7a7a}DISK IO:${offset 28}${color #4D6F56}${diskio}
  167. ${color #7a7a7a}DISK temp:${offset 15}${color #4D6F56}$hddtemp C
  168. ${color #4D6F56}${diskiograph 11,188}
  169.  
  170. ${color #836226}FILE SYSTEMS $stippled_hr
  171.  
  172. ${color #7a7a7a}/ ${color #4D6F56}${fs_used /} ${color #7a7a7a}| ${color #4D6F56}${fs_size /} ${color #7a7a7a}| ${color #4D6F56}$fs_used_perc%
  173. ${color #4D6F56}${fs_bar /}
  174.  
  175.  
  176. ${color #7a7a7a}SWAP ${color #4D6F56}$swap ${color #7a7a7a}| ${color #4D6F56}$swapmax ${color #7a7a7a}| ${color #4D6F56}$swapperc%
  177. ${color #4D6F56}${swapbar}
  178.  
  179.  
  180. ${color #836226}NETWORKING $stippled_hr
  181.  
  182.  
  183. ${color #7a7a7a}ETH0: ${color #4D6F56}${addr eth0}
  184. ${color #4D6F56}${downspeedgraph eth0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph eth0 11,90 4d6f56 836226}
  185. ${color #7a7a7a}download: ${color #4D6F56} ${downspeed eth0} /s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed eth0} /s
  186.  
  187.  
  188. ${color #7a7a7a}WLAN0: ${color #4D6F56}${addr wlan0}
  189. ${color #4D6F56}${downspeedgraph wlan0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph wlan0 11,90 4d6f56 836226}
  190. ${color #7a7a7a}download: ${color #4D6F56} ${downspeed wlan0} /s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed wlan0} /s
  191.  
  192.  
  193. ${color #7a7a7a}PPP0: ${color #4D6F56}${addr ppp0}
  194. ${color #4D6F56}${downspeedgraph ppp0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph ppp0 11,90 4d6f56 836226}
  195. ${color #7a7a7a}download: ${color #4D6F56} ${downspeed ppp0} /s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed ppp0} /s
  196.  
  197. ${color #836226} $stippled_hr
  198. ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement