From 3ae679a621e7db6de6d2d708791286750e7e1bb2 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 21:06:41 +0200 Subject: [PATCH] increase bar-wide gradient glow intensity --- modules/Bar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bar.qml b/modules/Bar.qml index bc80690..f5b299b 100644 --- a/modules/Bar.qml +++ b/modules/Bar.qml @@ -68,7 +68,7 @@ PanelWindow { hGrad.addColorStop(1, M.Theme.base09.toString()); // Draw vertical fade strip - ctx.globalAlpha = 0.12; + ctx.globalAlpha = 0.25; ctx.fillStyle = hGrad; ctx.fillRect(0, lw, w, glowH);