این فایل configام هستش:
# Use Xft?
use_xft yes
xftfont DejaVu Sans:size=8
xftalpha 0.8
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 yes
own_window_transparent yes
own_window_type override
own_window_class conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
background no
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 200 10
maximum_size 200 600
maximum_width 200
#max_text_width 45
show_graph_scale no
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders yes
draw_graph_borders yes
# Stippled borders?
stippled_borders 0
# border margins
border_inner_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color white
own_window_colour black
color1 white
# Network bandwith graph
# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 7
gap_y 50
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
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
TEXT
###########
# Weather #
###########
${if_up ppp0}${font :style=Bold}WEATHER${font} ${hr 2}
${execi 600 sh .conkyscripts/weather}
#${voffset -2}${alignr 56}${font ConkyWeather:style=Bold:size=44}${execi 600 sudo conkyForecast --location=IRXX0018 --datatype=WF}${font}
${offset 5}${voffset 0}${font Weather:size=48}y${font} ${voffset -48}${font freeSans:size=32:style=bold}${execi 600 conkyForecast --location=IRXX0018 --datatype=HT --hideunits}${font}
${offset 26}${voffset 0}${font Liberation Sans:size=10}${execi 600 conkyForecast --location=IRXX0018 --datatype=CN}${font}
${voffset 5}${font :size=12}Wind${font} ${hr 1}
${voffset 8}${font :size=9.5} Wind Speed:${font}
${font :style=bold:size=9}${offset 20}${execi 600 conkyForecast --location=IRXX0018 --datatype=WS}${font}
${font :size=9.5} Direction:
${offset 20}${font :style=bold:size=10}${execi 600 conkyForecast --location=IRXX0018 --hideunits --datatype=WD}${font}
${font :size=11}Day Light & Moon${font} ${hr 1}
${voffset 0}${font :size=9.5} SunRise:${font}
${offset 20}${font :style=bold:size=10}${execi 600 conkyForecast --location=IRXX0018 --datatype=SR}${font}
${voffset 0}${font :size=9.5} SunSet:${font}
${offset 20}${font :style=bold:size=10}${execi 600 conkyForecast --location=IRXX0018 --datatype=SS}${font}
${font :size=11}Coming Weather${font} ${hr 1}
${voffset 3}${offset 10}${font :style=bold:size=9}${execi 600 conkyForecast --location=IRXX0018 --datatype=DW --startday=1 --endday=4 --shortweekday --spaces=7}${font}
${voffset 40}${offset 10}${execi 600 conkyForecast --location=IRXX0018 --datatype=HT --startday=1 --endday=4 --spaces=9}
${offset 10}${execi 600 conkyForecast --location=IRXX0018 --datatype=LT --startday=1 --endday=4 --spaces=9}
${font :size=10}Last Update${font} ${hr 1}
${font :size=8}${alignc}Last update in: ${font}${font :style=bold:size=7}${alignc}${execi 600 conkyForecast --datatype=LF}${font}
#########
# IMAGE #
#########
${image /home/majid/.cache/conky/.todayweather.png -p 100,10 -s 100x100 -f 100}
${image /home/majid/.cache/conky/.bearing.png -p 115,113 -s 72x72 -f 100}
${image /home/majid/.cache/conky/.todaymoon.png -p 115,208 -s 72x72 -f 100}
${image /home/majid/.cache/conky/.w_1.png -p 5,317 -s 40x40 -f 100}
${image /home/majid/.cache/conky/.w_2.png -p 56,317 -s 40x40 -f 100}
${image /home/majid/.cache/conky/.w_3.png -p 108,317 -s 40x40 -f 100}
${image /home/majid/.cache/conky/.w_4.png -p 160,317 -s 40x40 -f 100}
${else}
${font :style=Bold:size=20}${alignc}Network Not
${alignc}Availabale${font}
${endif}
.conkyscripts/weather هم یه اسکریپت واسه کپی کردن عکس نوع هوا به یه آدرس ثابت (مثل .cache/conky) هستش. اول این اسکریپت اجرا می شه و عکسا رو به اون آدرس که گفتم کپی می کنه و بعد از اون عکسا واسه نمایش کانکی استفاده می کنم.