######conky_flip_clock########
own_window		yes
own_window_class	Conky 
own_window_transparent	yes 
own_window_type		override 
own_window_hints	undecorated,below,sticky,skip_taskbar,skip_pager 

minimum_size 240 134 
maximum_width 240 

alignment top_right 
#alignment bottom_left 
#alignment middle_middle 
#alignment bottom_right

gap_x 30 
gap_y 50 

background no
draw_borders no
stippled_borders 1 
border_width 1
draw_graph_borders no
draw_shades no
draw_outline no  
use_spacer right 
  
use_xft yes 
 
xftfont Sans:size=12:weight=bold
 
xftalpha 0.5  
uppercase no 
override_utf8_locale yes 

update_interval 1.5 
total_run_times 0 
double_buffer yes  
no_buffers yes 
cpu_avg_samples 2 
net_avg_samples 2 
imlib_cache_size 0 
short_units yes 
pad_percents 2 
text_buffer_size 2048 


#--- LUA ----
lua_load ~/scripts/flip_clock2.lua
lua_draw_hook_pre widgets

TEXT
   ${voffset 100}${goto 25}${color a5a5a5}${time %A},${time %e} ${time %B} ${time %G}${alignr}


