Code:
conky.config = {
--## Begin Window Settings #####################
own_window = true,
own_window_type = 'override',
own_window_transparent = false,
own_window_argb_visual = true,
own_window_alpha = 240,
own_window_colour = '#141414',
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_class = 'conky',
own_window_title = 'Horizontal Bar',
alignment = 'top_middle',
minimum_width = 1800,
maximum_width = 1800,
minimum_height = 25,
gap_x = 0,
gap_y = 15,
border_inner_margin = 10,
border_outer_margin = 10,
--###############################################
--## Font Settings ##############################
use_xft = true,
font = 'Roboto Condensed:size=9',
xftalpha = 1,
override_utf8_locale = true,
uppercase = false,
--###############################################
--## Colour Settings ############################
draw_shades = true,
default_shade_color = '#141414',
draw_outline = false,
default_outline_color = '#141414',
default_color = '#c6c6c6',
color0 = '#7a7a7a',
color1 = '#9d5b61',
color2 = '#838d69',
color3 = '#b38d6a',
color4 = '#606d84',
color5 = '#C6C6C6',
color6 = '#766577',
--###############################################
--## Borders Section ############################
draw_borders = false,
stippled_borders = 0,
border_inner_margin = 0,
border_outer_margin = 0,
border_width = 0,
draw_graph_borders = true,
--###############################################
--## Miscellaneous ##############################
background = true,
use_spacer = 'none',
no_buffers = true,
short_units = true,
pad_percents = 2,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
lua_load = '/home/dobbie/.conky/LUA/width.lua',
lua_draw_hook_pre = '',
};
conky.text = [[
${font UbuntuSans NF:size=9}${voffset 3}${offset 10}${color4} ${color} ${kernel} \
${color4} ${color} ${lua_parse fix_width cpu 2}% \
${color2} ${color} ${lua_parse fix_width memperc 2}% \
${color6} ${color} ${processes} \
${color1} ${color} ${lua_parse fix_width downspeed enp34s0 5}/s \
${color1} ${color} ${lua_parse fix_width upspeed enp34s0 5}/s \
${color3} ${color} ${exec amixer get Master | grep -o '[0-9]*%'|head -n1} \
${lua_parse update_mpd_status}${alignr 10}${font UbuntuSans NF:size=9}${lua_parse mpd_icon}${lua_parse mpd_colour} ${execpi 5 mpc current}${color}${offset 10} \
${color1} ${color}${time %H:%M} ${time %a} ${time %d %b}
]];