awesome/lib/wibox
Uli Schlachter 1beb274944 Wibox: Use the "refresh" signal for redrawing
Previously, we used a timer with a timeout of 0 for redrawing the wibox. I had
the visual impression that the wibox was black for a moment. With strace I was
able to measure a latency of 10ms until the wibox was finally redrawn.

This now uses the "refresh" signal. With this, we get our latency down to
something like 0.15ms which sounds a lot better. :)

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-10-15 18:57:50 +02:00
..
layout margin: Accept individual margins 2010-10-08 17:22:00 +02:00
widget textbox: Prefix internal variables with "_" 2010-10-07 14:22:44 +02:00
init.lua.in Wibox: Use the "refresh" signal for redrawing 2010-10-15 18:57:50 +02:00