Actually, it is possible with Awesome directly.

--You have to create a wibox first:
local mydesktop_wibox = wibox({})

--then set a geometry:
mydesktop_wibox.x = 100
mydesktop_wibox.y = 100
mydesktop_wibox.width = 100
mydesktop_wibox.height = 100

mydesktop_wibox.below = true
mydesktop_wibox.visible = true

--then make it transparent:
mydesktop_wibox:set_bg("#00000000") --transparent

-- and set your widget
mydesktop_wibox:set_widget(your_widget)

On 9 October 2014 06:24, Andre Klärner <[email protected]> wrote:
> Hi Dmitry,
>
> On Thu 09.10.2014 11:00:24, Dmitry Grigoriev wrote:
>> I'm a newbie in Awesome, have a few questions and will ask each one
>> separately.
>>
>> Wiki says that I can place widgets on status bar and title bar. Never
>> mentioned how to place them on desktop: like application icons or
>> gkrellm-like graphical system monitors (ideally - with semi-transparent
>> background). I believe it's possible because someone has already done it:
>> http://awesome.naquadah.org/w/images/Screenshot-nac-theme.png So, how can I
>> do it?
>
> This is actually not awesome itself, but conky. The configs for this theme
> are under https://awesome.naquadah.org/wiki/Nice_and_Clean_Theme
>
> I found it by simply googling the file name and found 
> http://pastebin.com/kACECZHb
>
> Have fun,
> Andre
>
> --
> Andre Klärner

--
To unsubscribe, send mail to [email protected].

Reply via email to