On Mon, Sep 19, 2011 at 1:06 AM, Klaus Umbach <treibholz-awes...@uxix.de> wrote:
> how can I set a default-icon for applications/windows, that do not have
> one? (e.g. rdesktop or mplayer)

This seems to work:

$ awesome-client
c = client.focus
c.icon = mailicon.image

What is `mailicon` and `mailicon.image`?

>From my `rc.lua`:

mailicon = widget({ type = "imagebox" })
mailicon.image = image(beautiful.widget_mail)

>From `zenburn.lua` (theme):

theme.widget_mail   = theme.confdir .. "/icons/mail.png"

-- 
Anurag Priyam

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

Reply via email to