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

@@ -51,7 +51,7 @@ void CHyprEasyLabel::renderMotionString(Vector2D& bufferSize, const float scale)
m_tTextTex = makeShared<CTexture>();
int textSize = m_iTextSize;
const auto scaledSize = textSize * scale;
const auto textColor = CColor(m_cTextColor);
const auto textColor = CHyprColor(m_cTextColor);
const auto LAYOUTSURFACE = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, 0, 0);
const auto LAYOUTCAIRO = cairo_create(LAYOUTSURFACE);