I think I understand :)

> local mouse = mouse
>-local awful = awful
>+local awful = require("awful")

Riiight...

> local widget = widget
> local screen = screen
> local io = io
>+local beautiful = require("beautiful")

Whoops, missed that one.

>+
>+module("obvious.popup_run_prompt")

So this should go on top? Something about "stuff under it being visible"?

>
> io.write("GENERATING WIDGETS")
> runwibox = {}
>@@ -62,5 +65,3 @@ function run_prompt()
>             run_prompt_callback
>     )
> end
>-
>-module("obvious.popup_run_prompt")

Anyway, so that's cool. It mostly works! The last remaining issue
seems to be that it's not getting the correct colour from beautiful or
something. I'm not sure what's up with that, but I'll try to sort it
out and bother people on IRC later if I can't :)

> this sounds like a case for awesome-users :P

Well, yeah a bit. On the other hand, once I have this working, I'll
upload it to the obvious repo (assuming farhaven doesn't have
objections), so it's kind of devel work?

Thanks a great deal for some of your time, Uli :)

-AT

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to