summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-07 00:08:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-07 00:08:58 +1000
commitaa048275767f58f716b0ffc88b7f7cfd02ea4f2d (patch)
treeb4ab85c06aa15a49bc6d24eabeb0787f8045e95a /modules
parentfeat: tray item menus (diff)
downloadcaelestia-shell-aa048275767f58f716b0ffc88b7f7cfd02ea4f2d.tar.gz
caelestia-shell-aa048275767f58f716b0ffc88b7f7cfd02ea4f2d.tar.bz2
caelestia-shell-aa048275767f58f716b0ffc88b7f7cfd02ea4f2d.zip
popouts: fix activewindow height changing
Uses a bit more cpu but eh
Diffstat (limited to 'modules')
-rw-r--r--modules/bar/popouts/ActiveWindow.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bar/popouts/ActiveWindow.qml b/modules/bar/popouts/ActiveWindow.qml
index 2e3b5b5..f3a5269 100644
--- a/modules/bar/popouts/ActiveWindow.qml
+++ b/modules/bar/popouts/ActiveWindow.qml
@@ -58,8 +58,8 @@ Item {
ScreencopyView {
id: preview
- captureSource: visible ? (ToplevelManager.toplevels.values.find(t => t.title === Hyprland.activeClient?.title) ?? null) : null
- live: true
+ captureSource: ToplevelManager.toplevels.values.find(t => t.title === Hyprland.activeClient?.title) ?? null
+ live: visible
constraintSize.width: BarConfig.sizes.windowPreviewSize
constraintSize.height: BarConfig.sizes.windowPreviewSize