Advertisement
rokytnji

MX14 IBM M41 conkyrc xfce

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