# — Conky settings — #

background yes

update_interval 1
total_run_times 0
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
imlib_cache_size 0

temperature_unit celcius

# — Window specifications — #

own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager

border_inner_margin 0
border_outer_margin 0

minimum_size 270 114
maximum_width 270

alignment top_right

gap_x 10
gap_y 70


# — Graphics settings — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# — Text settings — #
use_xft yes
xftfont hooge 05_53:size=6
xftalpha 0.1

default_color 808080
default_gauge_size 47 25

uppercase no
use_spacer right

color0 white
color1 orange
color2 green

# — Lua Load — #

lua_load ~/.Conky/steel_green/scripts/rings2.lua
lua_load ~/.Conky/steel_green/scripts/bargraph2.lua
lua_draw_hook_pre main_rings
lua_draw_hook_post main_bars

TEXT
${image ~/.Conky/steel_green/pix/bg3.png -p 1,1 -s 270x114}
${voffset 28}${goto 124}WI-FI
${voffset 6}${alignc}${wireless_link_qual wlan0}%
${voffset -1}${goto 189}IN${goto 221}OUT
${voffset -43}${goto 207}IN:
${voffset 2}${goto 197}${downspeed wlan0}
${voffset 43}${goto 204}OUT:
${voffset 2}${goto 197}${upspeed wlan0}
${color 00E600}${voffset -19}${goto 112}BAT:
${voffset 6}${goto 112}VOL:
${voffset -71}${goto 45}${font Superstar DJ:size=18}${color 00E600})${font}
${if_running exaile}${voffset 8}${goto 24}${scroll 11 Track: ${exec python ~/.Conky/steel_amber/scripts/conkyExaile.py --datatype=TI}, Artist: ${exec python ~/.Conky/steel_amber/scripts/conkyExaile.py --datatype=AR}, Album: ${exec python ~/.Conky/steel_amber/scripts/conkyExaile.py --datatype=AL}}
${voffset 4}${goto 31}${exec python ~/.Conky/steel_amber/scripts/conkyExaile.py --datatype=PT}/${exec python ~/.Conky/steel_amber/scripts/conkyExaile.py --datatype=LE}${color}${endif}

