mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 13:59:58 -05:00
fix active window title not showing
This commit is contained in:
@@ -176,9 +176,10 @@ Scope {
|
||||
}
|
||||
|
||||
ActiveWindow {
|
||||
visible: barRoot.useShortenedForm === 0 && width > 0 && height > 0
|
||||
visible: barRoot.useShortenedForm === 0
|
||||
Layout.rightMargin: Appearance.rounding.screenRounding
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
bar: barRoot
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user