Update for hyprland changes and some bug workarounds.

Added blur
This commit is contained in:
Zakk
2025-04-14 05:21:48 -04:00
parent 652fc597d9
commit f907f95e3e
5 changed files with 107 additions and 40 deletions

View File

@@ -45,11 +45,15 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
int m_iPaddingLeft;
int m_iPaddingRight;
int m_iRounding;
int m_iBlur;
int m_iXray;
float m_iBlurA;
CHyprColor m_cTextColor;
CHyprColor m_cBackgroundColor;
int m_iBorderSize;
CGradientValueData m_cBorderGradient;
WP<CHyprEasyLabel> m_self;
@@ -60,7 +64,7 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
int layoutHeight;
SBoxExtents m_seExtents;
PHLWINDOW m_pWindow;
PHLWINDOWREF m_pWindow;
SP<CTexture> m_tTextTex;