overview: cleaner, add back hover effect

This commit is contained in:
end-4
2025-06-09 12:51:28 +02:00
parent db8d51b931
commit a81acb3dbe
3 changed files with 42 additions and 39 deletions
@@ -23,7 +23,7 @@ Scope {
property color colText: ColorUtils.colorWithLightness(Appearance.m3colors.m3primary, (root.dominantColorIsDark ? 0.8 : 0.12))
function updateWidgetPosition(fileContent) {
console.log("[BackgroundWidgets] Updating widget position with content:", fileContent)
// console.log("[BackgroundWidgets] Updating widget position with content:", fileContent)
const parsedContent = JSON.parse(fileContent)
root.centerX = parsedContent.center_x
root.centerY = parsedContent.center_y