forked from Shinonome/dots-hyprland
parallax wallpaper
This commit is contained in:
@@ -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);
|
||||
},
|
||||
}),
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user