Advertisement
alensiljak

My Conky Settings (.conkyrc)

Aug 30th, 2012
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.79 KB | None | 0 0
  1. # conky configuration
  2.  
  3. # set to yes if you want Conky to be forked in the background
  4. #background no
  5. background yes
  6.  
  7. # Use Xft?
  8. use_xft yes
  9. #use_xft no
  10.  
  11. # Xft font when Xft is enabled
  12. #xftfont Bitstream Vera Sans Mono:size=8
  13. #xftfont Terminus:size=8
  14. xftfont Tahoma:size=8
  15.  
  16. # Text alpha when using Xft
  17. xftalpha 0.8
  18.  
  19. # Print everything to console?
  20. # out_to_console no
  21.  
  22. # mail spool
  23. #mail_spool $MAIL
  24.  
  25. # Update interval in seconds
  26. update_interval 1.0
  27.  
  28. # This is the number of times Conky will update before quitting.
  29. # Set to zero to run forever.
  30. total_run_times 0
  31.  
  32. # Create own window instead of using desktop (required in nautilus)
  33. # own_window no
  34. own_window yes
  35. own_window_transparent yes
  36. own_window_argb_visual yes
  37. # own_window_argb_visual no
  38. # own_window_colour 082103
  39. own_window_type normal
  40. # own_window_type desktop
  41. # own_window_type override
  42. # own_window_class conky-semi
  43. # own_window_class Conky
  44. # own_window_colour black
  45. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  46.  
  47. # Use double buffering (reduces flicker, may not work for everyone)
  48. double_buffer yes
  49. #double_buffer no
  50.  
  51. # Minimum size of text area
  52. # minimum_size 1000 5
  53. minimum_size 100 5
  54.  
  55. # Draw shades?
  56. draw_shades yes
  57. #draw_shades no
  58.  
  59. # Draw outlines?
  60. draw_outline no
  61.  
  62. # Draw borders around text
  63. draw_borders no
  64.  
  65. # Stippled borders?
  66. stippled_borders 8
  67.  
  68. # border margins
  69. #border_margin 4
  70. border_inner_margin 4
  71.  
  72. # border width
  73. border_width 1
  74.  
  75. # Default colors and also border colors
  76. default_color white
  77. default_shade_color black
  78. default_outline_color white
  79.  
  80. # Text alignment, other possible values are commented
  81. #alignment top_left
  82. #alignment top_right
  83. #alignment bottom_left
  84. #alignment bottom_right
  85. alignment middle_right
  86.  
  87. # Gap between borders of screen and text
  88. # same thing as passing -x at command line
  89. #gap_x 450
  90. gap_x 0
  91. gap_y 0
  92.  
  93. # Subtract file system buffers from used memory?
  94. no_buffers yes
  95.  
  96. # set to yes if you want all text to be in uppercase
  97. uppercase no
  98.  
  99. # number of cpu samples to average
  100. # set to 1 to disable averaging
  101. cpu_avg_samples 1
  102.  
  103. # number of net samples to average
  104. # set to 1 to disable averaging
  105. net_avg_samples 1
  106.  
  107. # Force UTF8? note that UTF8 support required XFT
  108. override_utf8_locale no
  109.  
  110. # Add spaces to keep things from moving about?  This only affects certain objects.
  111. #use_spacer yes
  112. use_spacer right
  113.  
  114. # Load LUA files
  115. # lua_load ~/conky.lua
  116. # lua_draw_hook_pre draw_bg
  117.  
  118. # variable is given either in format $variable or in ${variable}. Latter
  119. # allows characters right after the variable and must be used in network
  120. # stuff because of an argument
  121.  
  122. # stuff after 'TEXT' will be formatted on screen
  123.  
  124. TEXT
  125. ${color slate grey}${time %a, } ${color }${time %e %B %G}
  126. ${color slate grey}${time %Z:    }${color }${time %H:%M:%S}
  127. # ${color slate grey}CET:    ${color }${tztime Europe/Sarajevo %H:%M:%S}
  128. ${color slate grey}AEST:    ${color }${tztime Australia/Melbourne %H:%M}
  129. ${color slate grey}UpTime: ${color }$uptime
  130. ${color slate grey}Kern: ${color }$kernel
  131. ${color slate grey}CPU: ${color } $cpu% ${acpitemp}C
  132. # ${color slate grey}IP: ${color } ${addr eth0}
  133. ${cpugraph 20,130 000000 ffffff}
  134. ${color slate grey}Load: ${color }$loadavg
  135. ${color slate grey}Processes: ${color }$processes
  136. ${color slate grey}Running:   ${color }$running_processes
  137.  
  138. ${color slate grey}Highest CPU:
  139. ${color #ddaa00} ${top name 1}${top_mem cpu 1}
  140. ${color lightgrey} ${top name 2}${top cpu 2}
  141. ${color lightgrey} ${top name 3}${top cpu 3}
  142. ${color lightgrey} ${top name 4}${top cpu 4}
  143.  
  144. ${color slate grey}Highest MEM:
  145. ${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
  146. ${color lightgrey} ${top_mem name 2}${top_mem mem 2}
  147. ${color lightgrey} ${top_mem name 3}${top_mem mem 3}
  148. # ${color lightgrey} ${top_mem name 4}${top_mem mem 4}
  149.  
  150. ${color slate grey}MEM:  ${color } $memperc% $mem/$memmax
  151. ${membar 3,130}
  152. # ${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
  153. # ${swapbar 3,130}
  154.  
  155. ${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
  156. ${fs_bar 3,130 /}
  157. ${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
  158. ${fs_bar 3,130 /home}
  159. # ${color slate grey}SLACK:  ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
  160. # ${fs_bar 3,100 /mnt/slack}
  161. ${color slate grey}NET:
  162. # ${color}Up: ${color }${upspeed eth0} k/s
  163. ${color}Up: ${color }${upspeed usb0} k/s
  164. # ${upspeedgraph eth0 20,130 000000 ffffff}
  165. ${upspeedgraph usb0 20,130 cccccc ffffff}
  166. # ${color}Down: ${color }${downspeed eth0}k/s${color}
  167. ${color}Down: ${color }${downspeed usb0}k/s${color}
  168. # ${downspeedgraph eth0 20,130 000000 ffffff}
  169. ${downspeedgraph usb0 20,130 cccccc ffffff}
  170. # ${color slate grey}/var/log/messages:
  171. # ${color}${exec tail -n20 /var/log/messages}
  172. # ${#exec feh --bg-scale 'dcop kdesktop KBackgroundIface currentWallpaper 1'}
  173. # ${lua short}
  174. # ${lua draw_bg}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement