Advertisement
rokytnji

M&A Companion Netbook AntiX conkyrc

Dec 26th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.67 KB | None | 0 0
  1. # set to yes if you want Conky to be forked in the background
  2. background yes
  3.  
  4. short_units yes
  5.  
  6. cpu_avg_samples 2
  7. net_avg_samples 2
  8.  
  9. out_to_console no
  10.  
  11. # X font when Xft is disabled, you can pick one with program xfontsel
  12. #font 7x12
  13. #font 6x10
  14. #font 7x13
  15. font 8x12
  16. #font 7x12
  17. #font *mintsmild.se*
  18. #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
  19. #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
  20.  
  21. # Use Xft?
  22. use_xft yes
  23.  
  24. # Xft font when Xft is enabled
  25. xftfont gentium:size=10
  26.  
  27. # Create own window instead of using desktop (required in nautilus, pcmanfm and rox desktops)
  28. own_window yes
  29. own_window_transparent yes
  30. own_window_hints undecorated,sticky,skip_taskbar
  31.  
  32. # Text alpha when using Xft
  33. xftalpha 0.8
  34.  
  35. #on_bottom no
  36.  
  37. # mail spool
  38. mail_spool $MAIL
  39.  
  40. # Update interval in seconds
  41. update_interval 1
  42.  
  43. # Use double buffering (reduces flicker, may not work for everyone)
  44. double_buffer yes
  45.  
  46. # Minimum size of text area
  47. minimum_size 5 5
  48. maximum_width 200
  49.  
  50. # Draw shades?
  51. draw_shades no
  52.  
  53. # Draw outlines?
  54. draw_outline no
  55.  
  56. # Draw borders around text
  57. draw_borders no
  58.  
  59. # Stippled borders?
  60. stippled_borders 0
  61.  
  62. # border margins
  63. #border_margin 10
  64.  
  65. # border width
  66. border_width 2
  67.  
  68. # Default colors and also border colors
  69. #default_color 000099
  70. default_color white
  71. #default_color black
  72. #default_color darkorange
  73. #default_color saddlebrown
  74. #default_color gold
  75. #default_color crimson
  76. #default_color red
  77. #default_color palegreen
  78. default_shade_color white
  79. default_outline_color white
  80.  
  81. color3 cyan
  82.  
  83. # Text alignment, other possible values are commented
  84. #alignment top_left
  85. alignment top_right
  86. #alignment bottom_left
  87. #alignment bottom_right
  88.  
  89. # Gap between borders of screen and text
  90.  
  91. gap_x 20
  92. gap_y 10
  93.  
  94. # Add spaces to keep things from moving about? This only affects certain objects.
  95. use_spacer right
  96.  
  97. # Subtract file system buffers from used memory?
  98. no_buffers yes
  99.  
  100. # set to yes if you want all text to be in uppercase
  101. uppercase no
  102.  
  103. # boinc (seti) dir
  104. # seti_dir /opt/seti
  105.  
  106. # Possible variables to be used:
  107. #
  108. # Variable Arguments Description
  109. # acpiacadapter ACPI ac adapter state.
  110. # acpifan ACPI fan state
  111. # acpitemp ACPI temperature.
  112. # adt746xcpu CPU temperature from therm_adt746x
  113. # adt746xfan Fan speed from therm_adt746x
  114. # battery (num) Remaining capasity in ACPI or APM
  115. # battery. ACPI battery number can be
  116. # given as argument (default is BAT0).
  117. # buffers Amount of memory buffered
  118. # cached Amount of memory cached
  119. # color (color) Change drawing color to color
  120. # cpu CPU usage in percents
  121. # cpubar (height) Bar that shows CPU usage, height is
  122. # bar's height in pixels
  123. # downspeed net Download speed in kilobytes
  124. # downspeedf net Download speed in kilobytes with one
  125. # decimal
  126. # exec shell command Executes a shell command and displays
  127. # the output in torsmo. warning: this
  128. # takes a lot more resources than other
  129. # variables. I'd recommend coding wanted
  130. # behaviour in C and posting a patch :-).
  131. # execi interval, shell Same as exec but with specific interval.
  132. # command Interval can't be less than
  133. # update_interval in configuration.
  134. # fs_bar (height), (fs) Bar that shows how much space is used on
  135. # a file system. height is the height in
  136. # pixels. fs is any file on that file
  137. # system.
  138. # fs_free (fs) Free space on a file system available
  139. # for users.
  140. # fs_free_perc (fs) Free percentage of space on a file
  141. # system available for users.
  142. # fs_size (fs) File system size
  143. # fs_used (fs) File system used space
  144. # hr (height) Horizontal line, height is the height in
  145. # pixels
  146. # i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
  147. # may be omitted if you have only one I2C
  148. # device. type is either in (or vol)
  149. # meaning voltage, fan meaning fan or temp
  150. # meaning temperature. n is number of the
  151. # sensor. See /sys/bus/i2c/devices/ on
  152. # your local computer.
  153. # kernel Kernel version
  154. # loadavg (1), (2), (3) System load average, 1 is for past 1
  155. # minute, 2 for past 5 minutes and 3 for
  156. # past 15 minutes.
  157. # machine Machine, i686 for example
  158. # mails Mail count in mail spool. You can use
  159. # program like fetchmail to get mails from
  160. # some server using your favourite
  161. # protocol. See also new_mails.
  162. # mem Amount of memory in use
  163. # membar (height) Bar that shows amount of memory in use
  164. # memmax Total amount of memory
  165. # memperc Percentage of memory in use
  166. # new_mails Unread mail count in mail spool.
  167. # nodename Hostname
  168. # outlinecolor (color) Change outline color
  169. # pre_exec shell command Executes a shell command one time before
  170. # torsmo displays anything and puts output
  171. # as text.
  172. # processes Total processes (sleeping and running)
  173. # running_processes Running processes (not sleeping),
  174. # requires Linux 2.6
  175. # shadecolor (color) Change shading color
  176. # stippled_hr (space), Stippled (dashed) horizontal line
  177. # (height)
  178. # swapbar (height) Bar that shows amount of swap in use
  179. # swap Amount of swap in use
  180. # swapmax Total amount of swap
  181. # swapperc Percentage of swap in use
  182. # sysname System name, Linux for example
  183. # time (format) Local time, see man strftime to get more
  184. # information about format
  185. # totaldown net Total download, overflows at 4 GB on
  186. # Linux with 32-bit arch and there doesn't
  187. # seem to be a way to know how many times
  188. # it has already done that before torsmo
  189. # has started.
  190. # totalup net Total upload, this one too, may overflow
  191. # updates Number of updates (for debugging)
  192. # upspeed net Upload speed in kilobytes
  193. # upspeedf net Upload speed in kilobytes with one
  194. # decimal
  195. # uptime Uptime
  196. # uptime_short Uptime in a shorter format
  197. #
  198. # seti_prog Seti@home current progress
  199. # seti_progbar (height) Seti@home current progress bar
  200. # seti_credit Seti@hoome total user credit
  201.  
  202.  
  203. ## antiX additives examples. Add below Text##
  204. ##Battery examples##
  205. ##${color}battery: ${color}$acpiacadapter, ${battery_percent BAT1}%
  206. ##${color}battery:${color} ${battery}
  207. #${color}ACPI Battery: ${color}$battery
  208. #${battery_bar 11,0}
  209. ##Wireless example##
  210. #${color}Wireless:
  211. #${color}essid: ${wireless_essid wlan0}
  212. #${color}IP:${color} ${addr wlan0}
  213. #${color}speed: ${color} ${wireless_bitrate wlan0}
  214. #${color}link strength: ${color} ${wireless_link_bar 7,50 wlan0}
  215.  
  216. # stuff after 'TEXT' will be formatted on screen
  217.  
  218. TEXT
  219. ${color}AntiX 13 Full
  220. Weather: ${execi 300 /home/harry/.weather.sh 79772}
  221. ${color}Desktop: ${color}${exec cat ~/.antix-session/desktop-code$DISPLAY}
  222. ${color}$sysname $kernel
  223. ${color}Kernel:${exec /home/harry/Documents/kernelname}Antiroks
  224. ${color}Uptime: $uptime
  225. ${color}${time %a %d %b %k:%M}
  226. ${color}Monitors:
  227. ${color}Root:${color} ${fs_free /} ${color}= ${fs_free_perc /}%
  228. #Batt: ${battery_percent BAT1}% ${execi 05 /home/harry/.battery.sh}
  229. #Batt: ${color Green}$battery_short ${battery_bar 7,100 BAT1}
  230. ${color}cpu: ${color}${cpu}%
  231. CPU Temp:${execi 10 sensors | grep ^temp1 | tail -n 1 |awk '{print $2}'}
  232. ${color}ram : ${color}$mem${color}/${color}$memmax ${color}- ${color}$memperc%
  233. #${color}swap: ${color}$swap${color}/${color}$swapmax ${color}- ${color}$swapperc%
  234. ${color}processes: ${color}$processes ${color}running: ${color}$running_processes
  235. ${color}Down: ${color }${downspeed wlan0}k/s${color}
  236. ${color}Up: ${color }${upspeed wlan0} k/s
  237.  
  238. ${color3}${execi 10 persist-enabled}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement