diff options
Diffstat (limited to 'modules/background/Visualiser.qml')
| -rw-r--r-- | modules/background/Visualiser.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/background/Visualiser.qml b/modules/background/Visualiser.qml index c9bb9ef..35a086b 100644 --- a/modules/background/Visualiser.qml +++ b/modules/background/Visualiser.qml @@ -13,7 +13,7 @@ Item { id: root required property ShellScreen screen - required property Wallpaper wallpaper + required property Item wallpaper readonly property bool shouldBeActive: Config.background.visualiser.enabled && (!Config.background.visualiser.autoHide || (Hypr.monitorFor(screen)?.activeWorkspace?.toplevels?.values.every(t => t.lastIpcObject?.floating) ?? true)) property real offset: shouldBeActive ? 0 : screen.height * 0.2 |