groupbar: pass alpha to title tex render pass

ref #9598
This commit is contained in:
Vaxry
2025-03-11 17:30:12 +00:00
parent b21edb1a97
commit 81e93acba4

View File

@@ -242,6 +242,7 @@ void CHyprGroupBarDecoration::draw(PHLMONITOR pMonitor, float const& a) {
CTexPassElement::SRenderData data;
data.tex = pTitleTex->tex;
data.box = rect;
data.a = a;
g_pHyprRenderer->m_sRenderPass.add(makeShared<CTexPassElement>(data));
}
}