Hi there!

Since I switched from awesome 3.4.13 to the git master I'm fiddling with my config and began to rewrite most of my widgets from scratch. Now I tried to use awful.tooltip again, but I can't get it to work, no matter what I try.

A simple snippet from the comments of tooltip.lua in my rc.lua:
[SNIP]
mytextclock = awful.widget.textclock("%H:%M",60)
test = awful.tooltip({ objects = { mytextclock }, timer_function = function() return os.date("Today is %A %B %d %Y\nThe time is %T") end })
[/SNIP]

Awesome greets me with a red naughty notification stating:
/usr/share/awesome/lib/gears/object.lua:30: Trying to connect to non-existent signal 'mouse::enter'

My question now is: did something change for using tooltips in awesome?
Any hints how I could fix this?

Regards

Jan Frederick


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

Reply via email to