local wibox = require("wibox") local icon = { { markup = 'a', widget = wibox.widget.textbox, }, id = 'icon', top = 2, left = 10, layout = wibox.container.margin } local text = 'Run: ' return { icon = icon, text = text, cursor_color = '#74aeab', history = '/history' }