From 017813ab57c65cd1967e78ef98129df12dbf50b4 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 22 Aug 2025 16:52:03 -0400 Subject: [PATCH] active window timer set in absolute ms --- Modules/Bar/Widgets/ActiveWindow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Bar/Widgets/ActiveWindow.qml b/Modules/Bar/Widgets/ActiveWindow.qml index 70a0482..bfadc79 100644 --- a/Modules/Bar/Widgets/ActiveWindow.qml +++ b/Modules/Bar/Widgets/ActiveWindow.qml @@ -19,7 +19,7 @@ Row { // Timer to hide full title after window switch Timer { id: fullTitleTimer - interval: Style.animationSlow * 4 // Show full title for 2 seconds + interval: 2000 repeat: false onTriggered: { showingFullTitle = false