bar: completely hide activewindow popout when desktop

This commit is contained in:
2 * r + 2 * t 2025-06-04 21:29:28 +10:00
parent 9586f540ae
commit 16c6fbdef3

View file

@ -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 {