############################################## # Settings Par wagmic # ############################################## # Use Xft? use_xft yes xftfont pseudo apl:size=7 xftalpha 1 text_buffer_size 2048 # Update interval in seconds update_interval 1 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus) own_window_class Conky own_window yes own_window_transparent yes own_window_type normal own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area minimum_size 200 200 #maximum_width 500 0 # Draw shades? draw_shades no # Draw outlines? draw_outline no # Draw borders around text draw_borders no # Stippled borders? stippled_borders 0 # border margins #border_margin 8 # border width border_width 1 # Default colors and also border colors default_color 141414 default_shade_color 394456 default_outline_color 010203 #own_window_colour 151515 # Text alignment, other possible values are commented alignment top_left #alignment top_right #alignment bottom_left #alignment bottom_right gap_x 33 gap_y 33 # Subtract file system buffers from used memory? no_buffers yes uppercase no cpu_avg_samples 1 net_avg_samples 2 # Force UTF8? note that UTF8 support required XFT override_utf8_locale yes # Add spaces to keep things from moving about? This only affects certain objects. use_spacer none # -- Lua Load -- # lua_load /home/wagmic/.config/conky/LUA/ring.lua lua_draw_hook_pre rings TEXT ${color6}${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=12850467&u=c" -o ~/.cache/weather.xml}${font Open Sans Light:size=7}${execi 300 grep "yweather:location" ~/.cache/weather.xml | grep -o "city=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${alignr}T : ${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"} ° ${font Open Sans Light:size=7}${voffset 180}V : ${color6}${execi 300 grep "yweather:wind" ~/.cache/weather.xml | grep -o "speed=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"} ${execi 300 grep "yweather:units" ~/.cache/weather.xml | grep -o "speed=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${alignr}H : ${execi 300 grep "yweather:atmosphere" ~/.cache/weather.xml | grep -o "humidity=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"} %