# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

background yes
font Droid Sans:size=8
xftfont Droid Sans:size=8
use_xft yes
xftalpha 0.5
update_interval 1.0
total_run_times 0

# for gnome 2.x
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# for gnome 3.x
#own_window_class Conky
#own_window yes
#own_window_type conky
#own_window_transparent yes
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# for kde
#own_window yes
#own_window_transparent yes
##own_window_argb_visual yes
#own_window_type normal
#own_window_class conky-semi
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

double_buffer yes
draw_shades yes
draw_outline yes
draw_borders no
draw_graph_borders no
minimum_size 490
maximum_width 490
default_color ffffff
default_shade_color 000000
draw_outline no

alignment top_left
gap_x 0
gap_y 48

no_buffers yes
cpu_avg_samples 2
override_utf8_locale yes
uppercase no
use_spacer none

lua_load ~/conky/lua/rings.lua
lua_draw_hook_pre rings

TEXT
${voffset 160}${goto 122}${color #DDDDDD}${font Hemi Head 426:size=24}${time %H:%M}${color}${font}

${voffset 96}${goto 140}${color #FFA500}Memory${color} ${memperc}%
${voffset -304}${goto 128}${color #FFA500}Swap${color} ${swapperc}%

${voffset 283}${goto 230}${color #FFA500}CPU1${color} ${cpu cpu0}%
${voffset -32}${goto 235}${color #FFA500}CPU2${color} ${cpu cpu1}%
${voffset -32}${goto 241}${color #FFA500}CPU3${color} ${cpu cpu2}%
${voffset -32}${goto 246}${color #FFA500}CPU4${color} ${cpu cpu3}%

${voffset 37}${goto 82}${color #FFA500}/${color} ${fs_used /} / ${fs_size /}
${voffset -304}${goto 147}${color #FFA500}/mnt/sda3${color} ${fs_used /mnt/sda3} / ${fs_size /mnt/sda3}

${voffset 62}${goto 275}${cpugraph 50,200 d5dcde ffffff}
${voffset -12}${goto 222}${hr 1}
${goto 280}${font Hemi Head 426:size=18}${time %a, %d %b %Y}${font}














xxx
