parallax wallpaper

This commit is contained in:
end-4
2024-01-19 21:08:01 +07:00
parent 3a4a5226b8
commit a7d70b7cb0
5 changed files with 44 additions and 34 deletions
@@ -10,7 +10,7 @@ export default (monitor) => Widget.Window({
layer: 'background',
exclusivity: 'ignore',
visible: true,
// child: Wallpaper(monitor),
// child: WallpaperImage(monitor),
child: Widget.Overlay({
child: WallpaperImage(monitor),
overlays: [
@@ -21,4 +21,4 @@ export default (monitor) => Widget.Window({
self.set_overlay_pass_through(self.get_children()[1], true);
},
}),
});
});