From 16c6fbdef32bf8f5df532500cbf48cd871072fa3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 4 Jun 2025 21:29:28 +1000 Subject: bar: completely hide activewindow popout when desktop --- modules/bar/popouts/ActiveWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bar/popouts/ActiveWindow.qml b/modules/bar/popouts/ActiveWindow.qml index 147b2df..820d7d4 100644 --- a/modules/bar/popouts/ActiveWindow.qml +++ b/modules/bar/popouts/ActiveWindow.qml @@ -10,7 +10,7 @@ import QtQuick Item { id: root - implicitWidth: Hyprland.activeClient ? child.implicitWidth : 0 + implicitWidth: Hyprland.activeClient ? child.implicitWidth : -Appearance.padding.large * 2 implicitHeight: child.implicitHeight Column { -- cgit v1.2.3-freya