conky.config = {
alignment="top_right",
background="no",
border_margin=5,
border_width=5,
default_color="ffffff",
double_buffer=true,
draw_borders=false,
draw_outline=false,
draw_shades=false,
gap_x=20,
gap_y=10,
minimum_width = 275, minimum_height = 600,
maximum_width = 275,
no_buffers=true,
override_utf8_locale=true,
own_window=true,
own_window_title=conky,
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
own_window_transparent=true,
own_window_type="normal",
own_window_color= '000000',
text_buffer_size="1000",
total_run_times=0,
update_interval=1,
uppercase=false,
short_units=true,
use_xft=true,
xftalpha=1,
font="Ubuntu:pixelsize=13",
}

conky.text=[[
${voffset 8}${font Ubuntu:pixelsize=45}${time %H:%M}${font}${voffset -29}${offset 5}${color #ffb400}${font Ubuntu:pixelsize=25}${time %d}${voffset -3}${offset 2}${color}${font Ubuntu:pixelsize=14}${time %B %Y}${font}${voffset 18}${offset 15}${color #ffb400}${font Ubuntu:pixelsize=22}${offset -98}${time %A}${color}${font}

Hostname $alignr$nodename
Kernel $alignr$kernel
Uptime $alignr$uptime

Temperature ${alignr}${acpitemp}C

CPU1 ${alignr}${cpu cpu1}%
${cpubar 4 cpu1}
#CPU2 ${alignr}${cpu cpu2}%
#${cpubar 4 cpu2}

Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4}
Swap ${alignr}$swap / $swapmax ($swapperc%)
${swapbar 4}

${goto 100}Used${alignr}Size
File System${goto 100}${fs_used /}${alignr}${fs_size /}

${voffset 5}${alignc}Keyboard Shortcuts
${alignc}Mod = Windows key

Mod + Space ......................................................${alignr}Menu
Mod + b ...............................................${alignr}Web Browser
Mod + f .................................................${alignr}File Manager
Mod + q ......................................................${alignr}Exit Menu
Mod + d .............................................${alignr}Show Desktop
Mod + F1 - F4 ...............................${alignr}Switch Desktops
Alt + F2 ..............................................${alignr}Run Command
Ctrl + Alt + t .................................................${alignr}Terminal
PrtSc .........................................................${alignr}Screenshot
]]

