-- vim: ts=4 sw=4 noet ai cindent syntax=lua conky.config = { alignment = 'bottom_left', gap_y = 0, maximum_width = 1600, update_interval = 2, cpu_avg_samples = 2, net_avg_samples = 2, default_color = '444', color0 = '000', color1 = '222', draw_shades = false, use_spacer = 'left', top_name_width = 13, if_up_strictness = 'address', short_units = true, no_buffers = true, double_buffer = true, own_window = true, own_window_class = 'Conky', own_window_type = 'dock', own_window_hints = 'below,undecorated,below,skip_taskbar,sticky,skip_pager', own_window_transparent = true, use_xft = true, font = 'Hack:size=8.5', }; conky.text = [[ ${color1}${execi 2 tail -n 14 /tmp/messages}$color ]]