Volkova

Current .conkyrc

Jul 15th, 2011
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. #avoid flicker
  2.  
  3. double_buffer yes
  4.  
  5.  
  6.  
  7. #own window to run simultanious 2 or more conkys
  8.  
  9. own_window yes
  10.  
  11. own_window_transparent no
  12.  
  13. own_window_type desktop
  14.  
  15. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  16.  
  17.  
  18.  
  19. #borders
  20.  
  21. draw_borders no
  22.  
  23. border_margin 1
  24.  
  25.  
  26.  
  27. #shades
  28.  
  29. draw_shades no
  30.  
  31.  
  32.  
  33. #position
  34.  
  35. gap_x 0
  36.  
  37. gap_y 0
  38.  
  39. alignment Top_Middle
  40.  
  41.  
  42.  
  43. #behaviour
  44.  
  45. update_interval 0.9
  46.  
  47.  
  48.  
  49. #colour
  50.  
  51. default_color 8f8f8f
  52.  
  53. #default_shade_color 000000
  54.  
  55. own_window_colour 222222
  56.  
  57.  
  58.  
  59. #font
  60.  
  61. use_xft yes
  62.  
  63. xftfont DejaVu Serif Book:pixelsize=9
  64.  
  65.  
  66.  
  67. #to prevent window from moving
  68.  
  69. use_spacer none
  70.  
  71. minimum_size 1280 0
  72. maximum_width 1280 0
  73.  
  74.  
  75.  
  76. #mpd
  77.  
  78. mpd_host localhost
  79.  
  80. mpd_port 6600
  81.  
  82.  
  83.  
  84. # Possible variables to be used:
  85.  
  86. #
  87.  
  88. # Variable Arguments Description
  89.  
  90. # acpiacadapter ACPI ac adapter state.
  91.  
  92. # acpifan ACPI fan state
  93.  
  94. # acpitemp ACPI temperature.
  95.  
  96. # adt746xcpu CPU temperature from therm_adt746x
  97.  
  98. # adt746xfan Fan speed from therm_adt746x
  99.  
  100. # battery (num) Remaining capasity in ACPI or APM
  101.  
  102. # battery. ACPI battery number can be
  103.  
  104. # given as argument (default is BAT0).
  105.  
  106. # buffers Amount of memory buffered
  107.  
  108. # cached Amount of memory cached
  109.  
  110. # color (color) Change drawing color to color
  111.  
  112. # cpu CPU usage in percents
  113.  
  114. # cpubar (height) Bar that shows CPU usage, height is
  115.  
  116. # bar's height in pixels
  117.  
  118. # downspeed net Download speed in kilobytes
  119.  
  120. # downspeedf net Download speed in kilobytes with one
  121.  
  122. # decimal
  123.  
  124. # exec shell command Executes a shell command and displays
  125.  
  126. # the output in torsmo. warning: this
  127.  
  128. # takes a lot more resources than other
  129.  
  130. # variables. I'd recommend coding wanted
  131.  
  132. # behaviour in C and posting a patch :-).
  133.  
  134. # execi interval, shell Same as exec but with specific interval.
  135.  
  136. # command Interval can't be less than
  137.  
  138. # update_interval in configuration.
  139.  
  140. # fs_bar (height), (fs) Bar that shows how much space is used on
  141.  
  142. # a file system. height is the height in
  143.  
  144. # pixels. fs is any file on that file
  145.  
  146. # system.
  147.  
  148. # fs_free (fs) Free space on a file system available
  149.  
  150. # for users.
  151.  
  152. # fs_free_perc (fs) Free percentage of space on a file
  153.  
  154. # system available for users.
  155.  
  156. # fs_size (fs) File system size
  157.  
  158. # fs_used (fs) File system used space
  159.  
  160. # hr (height) Horizontal line, height is the height in
  161.  
  162. # pixels
  163.  
  164. # i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
  165.  
  166. # may be omitted if you have only one I2C
  167.  
  168. # device. type is either in (or vol)
  169.  
  170. # meaning voltage, fan meaning fan or temp
  171.  
  172. # meaning temperature. n is number of the
  173.  
  174. # sensor. See /sys/bus/i2c/devices/ on
  175.  
  176. # your local computer.
  177.  
  178. # kernel Kernel version
  179.  
  180. # loadavg (1), (2), (3) System load average, 1 is for past 1
  181.  
  182. # minute, 2 for past 5 minutes and 3 for
  183.  
  184. # past 15 minutes.
  185.  
  186. # machine Machine, i686 for example
  187.  
  188. # mails Mail count in mail spool. You can use
  189.  
  190. # program like fetchmail to get mails from
  191.  
  192. # some server using your favourite
  193.  
  194. # protocol. See also new_mails.
  195.  
  196. # mem Amount of memory in use
  197.  
  198. # membar (height) Bar that shows amount of memory in use
  199.  
  200. # memmax Total amount of memory
  201.  
  202. # memperc Percentage of memory in use
  203.  
  204. # new_mails Unread mail count in mail spool.
  205.  
  206. # nodename Hostname
  207.  
  208. # outlinecolor (color) Change outline color
  209.  
  210. # pre_exec shell command Executes a shell command one time before
  211.  
  212. # torsmo displays anything and puts output
  213.  
  214. # as text.
  215.  
  216. # processes Total processes (sleeping and running)
  217.  
  218. # running_processes Running processes (not sleeping),
  219.  
  220. # requires Linux 2.6
  221.  
  222. # shadecolor (color) Change shading color
  223.  
  224. # stippled_hr (space), Stippled (dashed) horizontal line
  225.  
  226. # (height)
  227.  
  228. # swapbar (height) Bar that shows amount of swap in use
  229.  
  230. # swap Amount of swap in use
  231.  
  232. # swapmax Total amount of swap
  233.  
  234. # swapperc Percentage of swap in use
  235.  
  236. # sysname System name, Linux for example
  237.  
  238. # time (format) Local time, see man strftime to get more
  239.  
  240. # information about format
  241.  
  242. # totaldown net Total download, overflows at 4 GB on
  243.  
  244. # Linux with 32-bit arch and there doesn't
  245.  
  246. # seem to be a way to know how many times
  247.  
  248. # it has already done that before torsmo
  249.  
  250. # has started.
  251.  
  252. # totalup net Total upload, this one too, may overflow
  253.  
  254. # updates Number of updates (for debugging)
  255.  
  256. # upspeed net Upload speed in kilobytes
  257.  
  258. # upspeedf net Upload speed in kilobytes with one
  259.  
  260. # decimal
  261.  
  262. # uptime Uptime
  263.  
  264. # uptime_short Uptime in a shorter format
  265.  
  266. #
  267.  
  268. # seti_prog Seti@home current progress
  269.  
  270. # seti_progbar (height) Seti@home current progress bar
  271.  
  272. # seti_credit Seti@hoome total user credit
  273.  
  274.  
  275.  
  276.  
  277.  
  278. # variable is given either in format $variable or in ${variable}. Latter
  279.  
  280. # allows characters right after the variable and must be used in network
  281.  
  282. # stuff because of an argument
  283.  
  284. #${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
  285.  
  286. #${font Verdana:size=10}as many times as I choose
  287.  
  288. #${font Perry:size=10}Including UTF-8,
  289.  
  290. #${font Luxi Mono:size=10}justo como este texto que o google traduz fêz o português
  291.  
  292. # stuff after 'TEXT' will be formatted on screen
  293.  
  294. #${font Grunge:size=12}${time %a %b %d}${alignr -25}${time %k:%M}
  295.  
  296.  
  297.  
  298. #$alignc center text
  299.  
  300. TEXT
  301.  
  302. ${alignc}${voffset -1} ${color e0e0e0} Internal IP: ${color} ${addr eth1} | ${color e0e0e0}External IP: ${color}${execi 600 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'} | ${color e0e0e0}Mem: ${color}${font}${mem} / ${memmax} ${memperc}% | ${color e0e0e0} CPU: ${color}${cpu cpu1}% @ ${hwmon temp 1}°C | ${color e0e0e0}Uptime: ${color}${font}${uptime_short} | ${color e0e0e0} Storage: ${color}${fs_used /home} / ${fs_size /home} ${fs_used_perc /home}%
Advertisement
Add Comment
Please, Sign In to add comment