wakatime card: ensure progress is visible

This commit is contained in:
martin-mfg
2025-11-08 10:31:58 +01:00
parent 1e183dedfd
commit d10d5b17a1
+1 -1
View File
@@ -378,7 +378,7 @@ const renderWakatimeCard = (stats = {}, options = { hide: [] }) => {
// @ts-ignore
progressBarColor: titleColor,
// @ts-ignore
progressBarBackgroundColor: textColor,
progressBarBackgroundColor: textColor === titleColor ? bgColor : textColor,
hideProgress: hide_progress,
progressBarWidth: normalizedWidth - TOTAL_TEXT_WIDTH,
});