awesome-wm-widgets/run-shell-2/run.lua

21 lines
387 B
Lua
Raw Permalink Normal View History

2019-01-26 04:26:39 +01:00
local wibox = require("wibox")
local icon = {
{
markup = '<span font="awesomewm-font 14" color="#ffffff">a</span>',
widget = wibox.widget.textbox,
},
id = 'icon',
top = 2,
left = 10,
layout = wibox.container.margin
}
local text = '<b>Run</b>: '
return {
icon = icon,
text = text,
cursor_color = '#74aeab',
history = '/history'
}