awesome/themes/xresources
Uli Schlachter daf05e6eb1 xresources theme: Use a RecordingSurface for wallpaper
This theme draws a minimal wallpaper directly. This commit replaces the
ImageSurface of the wallpaper with a RecordingSurface. This shouldn't have any
visible effect, except for reducing memory usage, because an ImageSurface needs
a lot of memory and is only eventually released by the garbage collector. A
RecordingSurface instead just records the operations that were done which needs
a lot less memory for the simple operations done here.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-04-30 09:36:50 +02:00
..
assets.lua xresources theme: Use a RecordingSurface for wallpaper 2016-04-30 09:36:50 +02:00
theme.lua xresources theme: Let beautiful.wallpaper be a function 2016-04-30 09:36:50 +02:00