From 30b9e5c4799bacd37f3b762f1d6d5b08910969b9 Mon Sep 17 00:00:00 2001 From: Damocles Date: Wed, 15 Apr 2026 16:05:18 +0200 Subject: [PATCH] keep critical color visible during blink (raise opacity floor to 0.45) --- modules/Battery.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Battery.qml b/modules/Battery.qml index df60c3e..6cfb19b 100644 --- a/modules/Battery.qml +++ b/modules/Battery.qml @@ -31,7 +31,7 @@ M.BarSection { NumberAnimation { target: root property: "_blinkOpacity" - to: 0.2 + to: 0.45 duration: 400 easing.type: Easing.InOutQuad }