How to set up background image for prompt box in awesomewm?
Tried:
mypromptbox:set_bg()
- Crashmypromptbox:set_bgimage()
- Crashmypromptbox:run({textbox = myWiboxBackgroundWidget})
- No resultmypromptbox = awful.widget.prompt({textbox = myWiboxBackgroundWidget})
- No resultAny ideas?
P.S. I need something like mywibox[s]:set_bg(image)
, but for prompt box.
Put the promptbox into a wibox.widget.background
widget.