Search code examples
luaawesome-wm

AwesomeWM promptbox background


How to set up background image for prompt box in awesomewm?

Tried:

  • mypromptbox:set_bg() - Crash
  • mypromptbox:set_bgimage() - Crash
  • mypromptbox:run({textbox = myWiboxBackgroundWidget}) - No result
  • mypromptbox = awful.widget.prompt({textbox = myWiboxBackgroundWidget}) - No result

Any ideas?

P.S. I need something like mywibox[s]:set_bg(image), but for prompt box.


Solution

  • Put the promptbox into a wibox.widget.background widget.