From 1d08a478fd02c1c8405754ebc0b9d5a146b865f3 Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Fri, 25 Jan 2019 22:26:39 -0500 Subject: some improvements to run-shell2 --- run-shell-2/run.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 run-shell-2/run.lua (limited to 'run-shell-2/run.lua') diff --git a/run-shell-2/run.lua b/run-shell-2/run.lua new file mode 100644 index 0000000..12644ba --- /dev/null +++ b/run-shell-2/run.lua @@ -0,0 +1,21 @@ +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' +} \ No newline at end of file -- cgit v1.2.3