From 6b64c8a91804058fea99ed6944753758ee92c543 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 10 May 2025 17:31:04 +1000 Subject: feat: basic notifications Also fix pixel issue with notif area background Add more log rules to run script --- modules/bar/components/TrayItem.qml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'modules/bar') diff --git a/modules/bar/components/TrayItem.qml b/modules/bar/components/TrayItem.qml index b7ffdec..5ce45ee 100644 --- a/modules/bar/components/TrayItem.qml +++ b/modules/bar/components/TrayItem.qml @@ -1,5 +1,6 @@ pragma ComponentBehavior: Bound +import "root:/widgets" import "root:/config" import Quickshell import Quickshell.Widgets @@ -53,18 +54,9 @@ MouseArea { active: BarConfig.tray.recolourIcons asynchronous: true - sourceComponent: MultiEffect { + sourceComponent: Colouriser { source: icon colorizationColor: root.colour - colorization: 1 - - Behavior on colorizationColor { - ColorAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } - } } } } -- cgit v1.2.3-freya