Chase hyprland color

This commit is contained in:
Zakk
2024-12-17 12:19:45 -05:00
parent 91e0f6edee
commit c2464d2e84
4 changed files with 9 additions and 9 deletions

View File

@@ -46,8 +46,8 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
int m_iPaddingRight;
int m_iRounding;
CColor m_cTextColor;
CColor m_cBackgroundColor;
CHyprColor m_cTextColor;
CHyprColor m_cBackgroundColor;
int m_iBorderSize;
CGradientValueData m_cBorderGradient;
@@ -66,7 +66,7 @@ class CHyprEasyLabel : public IHyprWindowDecoration {
bool m_bWindowSizeChanged = false;
void renderText(CTexture& out, const std::string& text, const CColor& color, const Vector2D& bufferSize, const float scale, const int fontSize);
void renderText(CTexture& out, const std::string& text, const CHyprColor& color, const Vector2D& bufferSize, const float scale, const int fontSize);
CBox assignedBoxGlobal();
void renderMotionString(Vector2D& bufferSize, const float scale);