Advertisement
rokytnji

IBM_Z60m concyrc

Oct 29th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 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 1
  7. net_avg_samples 1
  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=12
  26. #ftfont DejaVu Sans:size=10
  27. xftfont DejaVu Sans:bold:size=9
  28. #xftfont DejaVu Sans:size=9
  29.  
  30. # Create own window instead of using desktop (required in nautilus, pcmanfm and rox desktops)
  31. own_window yes
  32. own_window_transparent yes
  33. own_window_hints undecorated,sticky,skip_taskbar
  34.  
  35. # Text alpha when using Xft
  36. xftalpha 1.0
  37.  
  38. #on_bottom no
  39.  
  40. # mail spool
  41. mail_spool $MAIL
  42.  
  43. # Update interval in seconds
  44. update_interval 5
  45.  
  46. # Use double buffering (reduces flicker, may not work for everyone)
  47. double_buffer yes
  48.  
  49. # Minimum size of text area
  50. minimum_size 10 10
  51. maximum_width 200
  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 white
  73. default_shade_color white
  74. default_outline_color white
  75.  
  76. color2 ffffff
  77. color3 ffffff
  78. color4 yellow
  79. color8 77ccff
  80. color9 5599cc
  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 10
  91. gap_y 20
  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. # if_up_strictness link: up | link | address
  100. if_up_strictness address
  101.  
  102. # set to yes if you want all text to be in uppercase
  103. uppercase no
  104.  
  105. # boinc (seti) dir
  106. # seti_dir /opt/seti
  107.  
  108. # Possible variables to be used:
  109. #
  110. # Variable Arguments Description
  111. # acpiacadapter ACPI ac adapter state.
  112. # acpifan ACPI fan state
  113. # acpitemp ACPI temperature.
  114. # adt746xcpu CPU temperature from therm_adt746x
  115. # adt746xfan Fan speed from therm_adt746x
  116. # battery (num) Remaining capasity in ACPI or APM
  117. # battery. ACPI battery number can be
  118. # given as argument (default is BAT0).
  119. # buffers Amount of memory buffered
  120. # cached Amount of memory cached
  121. # color (color) Change drawing color to color
  122. # cpu CPU usage in percents
  123. # cpubar (height) Bar that shows CPU usage, height is
  124. # bar's height in pixels
  125. # downspeed net Download speed in kilobytes
  126. # downspeedf net Download speed in kilobytes with one
  127. # decimal
  128. # exec shell command Executes a shell command and displays
  129. # the output in torsmo. warning: this
  130. # takes a lot more resources than other
  131. # variables. I'd recommend coding wanted
  132. # behaviour in C and posting a patch :-).
  133. # execi interval, shell Same as exec but with specific interval.
  134. # command Interval can't be less than
  135. # update_interval in configuration.
  136. # fs_bar (height), (fs) Bar that shows how much space is used on
  137. # a file system. height is the height in
  138. # pixels. fs is any file on that file
  139. # system.
  140. # fs_free (fs) Free space on a file system available
  141. # for users.
  142. # fs_free_perc (fs) Free percentage of space on a file
  143. # system available for users.
  144. # fs_size (fs) File system size
  145. # fs_used (fs) File system used space
  146. # hr (height) Horizontal line, height is the height in
  147. # pixels
  148. # i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
  149. # may be omitted if you have only one I2C
  150. # device. type is either in (or vol)
  151. # meaning voltage, fan meaning fan or temp
  152. # meaning temperature. n is number of the
  153. # sensor. See /sys/bus/i2c/devices/ on
  154. # your local computer.
  155. # kernel Kernel version
  156. # loadavg (1), (2), (3) System load average, 1 is for past 1
  157. # minute, 2 for past 5 minutes and 3 for
  158. # past 15 minutes.
  159. # machine Machine, i686 for example
  160. # mails Mail count in mail spool. You can use
  161. # program like fetchmail to get mails from
  162. # some server using your favourite
  163. # protocol. See also new_mails.
  164. # mem Amount of memory in use
  165. # membar (height) Bar that shows amount of memory in use
  166. # memmax Total amount of memory
  167. # memperc Percentage of memory in use
  168. # new_mails Unread mail count in mail spool.
  169. # nodename Hostname
  170. # outlinecolor (color) Change outline color
  171. # pre_exec shell command Executes a shell command one time before
  172. # torsmo displays anything and puts output
  173. # as text.
  174. # processes Total processes (sleeping and running)
  175. # running_processes Running processes (not sleeping),
  176. # requires Linux 2.6
  177. # shadecolor (color) Change shading color
  178. # stippled_hr (space), Stippled (dashed) horizontal line
  179. # (height)
  180. # swapbar (height) Bar that shows amount of swap in use
  181. # swap Amount of swap in use
  182. # swapmax Total amount of swap
  183. # swapperc Percentage of swap in use
  184. # sysname System name, Linux for example
  185. # time (format) Local time, see man strftime to get more
  186. # information about format
  187. # totaldown net Total download, overflows at 4 GB on
  188. # Linux with 32-bit arch and there doesn't
  189. # seem to be a way to know how many times
  190. # it has already done that before torsmo
  191. # has started.
  192. # totalup net Total upload, this one too, may overflow
  193. # updates Number of updates (for debugging)
  194. # upspeed net Upload speed in kilobytes
  195. # upspeedf net Upload speed in kilobytes with one
  196. # decimal
  197. # uptime Uptime
  198. # uptime_short Uptime in a shorter format
  199. #
  200. # seti_prog Seti@home current progress
  201. # seti_progbar (height) Seti@home current progress bar
  202. # seti_credit Seti@hoome total user credit
  203.  
  204.  
  205. ## antiX additives examples. Add below Text##
  206. ##Battery examples##
  207. ##${color}battery: ${color}$acpiacadapter, ${battery_percent BAT1}%
  208. ##${color}battery:${color} ${battery}
  209. #${color}ACPI Battery: ${color}$battery
  210. #${battery_bar 11,0}
  211. ##Wireless example##
  212. #${color}Wireless:
  213. #${color}essid: ${wireless_essid wlan0}
  214. #${color}IP:${color} ${addr wlan0}
  215. #${color}speed: ${color} ${wireless_bitrate wlan0}
  216. #${color}link strength: ${color} ${wireless_link_bar 7,50 wlan0}
  217.  
  218. # stuff after 'TEXT' will be formatted on screen
  219.  
  220. TEXT
  221. ${color3}${alignc}antiX
  222. #${color}Kernel:${exec /home/harry/kernelname.sh}
  223. ${color8}$alignc${font DejaVu Sans:size=12}${time %I:%M} $font
  224. ${color}${alignc}${time %a %d %b}
  225. ${color}${alignc}${exec disp=${DISPLAY#:}; disp=${disp%.[0-9]}; cat $HOME/.desktop-session/desktop-code.$disp 2>/dev/null}
  226. ${color3}${alignc}${execi 60 xdpyinfo | sed -n -r "s/^\s*dimensions:.*\s([0-9]+x[0-9]+).*/\1/p"}
  227. ${color}${alignc}$kernel
  228. ${color}${alignc}Uptime: $uptime
  229. #${color}Fan: ${color}${hwmon fan 0}
  230. ${color}${alignc}CPU Temp: ${color} ${hwmon temp 1}C
  231.  
  232. ${color}CPU:${alignr}${color3}${cpu}${color}%
  233. ${color}Freq:${color3}${alignr}${freq}
  234. ${color}$alignr${cpugraph cpu0 30, 170 5599cc 5599cc}
  235. ${color}Disk:${alignr}${color3}${diskio}
  236. ${color}${alignr}${diskiograph 30,170 5599cc 5599cc}
  237. ${if_up eth0}${color}eth0 up: $alignr${color3} ${upspeed eth0}
  238. ${color}$alignr${upspeedgraph eth0 30,170 5599cc 5599cc}
  239. ${color}eth0 down: $alignr${color3} ${downspeed eth0}
  240. ${color2}$alignr${downspeedgraph eth0 30,170 5599cc 5599cc}${endif}
  241. ${if_up eth1}${color}eth1 up: $alignr${color3} ${upspeed eth1}
  242. ${color2}$alignr${upspeedgraph eth1 30,170 5599cc 5599cc}
  243. ${color}eth1 down: $alignr${color3} ${downspeed wlan0}
  244. ${color2}$alignr${downspeedgraph eth1 30,170 5599cc 5599cc}${endif}
  245. ${color}${alignr}${color8}Used / Total
  246. ${color}RAM:${alignr}$mem ${color3} /${color} $memmax
  247. ${color}Swap:${alignr}$swap ${color3} /${color} $swapmax
  248. ${color}/ Root:${alignr}${fs_used /} ${color3} /${color} ${fs_size /}
  249. ${color}/ Home:${alignr}${fs_used /home} ${color3} /${color} ${fs_size /home}
  250. ${color}/ Data1:${alignr}${fs_used /media/_data1} ${color3} /${color} ${fs_size /media/_data1}
  251. ${color}/ Data2:${alignr}${fs_used /media/_data2} ${color3} /${color} ${fs_size /media/_data2}
  252. ${color3}${alignc}${execi 1000 persist-enabled}
  253. ${execi 1000 acpi 2>/dev/null | grep -q . && echo "Batt: "}${execi 10 acpi -b 2>/dev/null | cut -d" " -f3,4 | sed 's/,$//'}
  254. ${execi 300 /home/harry/weather.sh 79772}
  255. ${execpi 10 python /home/harry/mocpdata.py}
  256. Alt+F2 ${alignr} gexec
  257. Ctrl+Shift+Del ${alignr} Exit
  258. Ctrl+Alt+e ${alignr} Claws
  259. Ctrl+Alt+t ${alignr} Terminal
  260. Ctrl+Shift+t ${alignr} Root Terminal
  261. #Ctrl+Alt+u ${alignr} gftp
  262. Ctrl+Alt+i ${alignr} Mirage
  263. Ctrl+Alt+a ${alignr} XMMS
  264. Ctrl+Alt+s${alignr}Screeny
  265. Ctrl+Alt+d ${alignr} Synaptic
  266. Ctrl+Alt+f ${alignr} File Manger
  267. Ctrl+Alt+g ${alignr} Geany
  268. Ctrl+Shift+g ${alignr} Root Geany
  269. #Ctrl+Alt+h${alignr}Help Docs
  270. #Ctrl+Alt+k${alignr}session-exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement