#############################
# created by jurank_dankkal #
#   http://juranktech.com   #
#    me@juranktech.com      #
#############################

#########
# Conky #
#########
alignment top
background yes
update_interval 3
 
cpu_avg_samples 2
net_avg_samples 2
 
override_utf8_locale yes
 
double_buffer yes
no_buffers yes
 
text_buffer_size 10240
imlib_cache_size 0
 
###########
# Windows #
###########
own_window_class Conky
own_window yes
own_window_type normal
own_window_argb_visual yes
own_window_argb_value 180
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
 
 
border_inner_margin 0
border_outer_margin 0
 
minimum_size 160 100
maximum_width 300
 
alignment tl
gap_x 600
gap_y 150

############
# Graphics #
############
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
 
########
# Text #
########
use_xft yes
xftalpha 0.8
 
uppercase no
 
default_color grey

########
# Code #
########
TEXT
  ${voffset 10}${color grey}${font Zegoe Light:pixelsize=170}${time %M}${font}
${hr 3}
   ${voffset 10}${color white}${font Zegoe Light:pixelsize=15}${time %A-}${time  %B %d, %Y}${font}
${hr 3}
   ${font Zegoe Light - U:pixelsize=12}$sysname $kernel
    $nodename
    Uptime: $uptime_short
    Power: ${battery_percent BAT0}%
    Memory: $mem
    Storage: ${fs_used /}
    Signal: ${wireless_link_qual eth0}% 
    Upload: ${upspeed eth0} kb/s 
    Download: ${downspeed eth0} kb/s 
