Hi! I had found a way to add some feedback animations for the icons in the Icons-Only Task Manager, but since Plasma 6.6 the QML files are not directly editable anymore (they seem to be compiled). What would be the simplest way now to add feedback animations to the icons?
What I had before was essentially modifying Task.qml and adding a scale animation to the Kirigami.Icon, like this:
Actually, this effect could be included in the plasmoid configuration options as well as the highlight effect to let the users choose what happens when hovered or pressed etc.
BTW, a new alternative to Icons-Only Task Manager has recently landed in KDE Store: macOS Dock - KDE Store
This just adds a parabolic effect instead of a simple zoom effect to the icons.
I think the ideal solution would be adding these two different effects to the options in the configuration of Icons-Only Task Manager plasmoid so that users can choose to have;
(a) no such effects,
(b) zoom effect, or
(c) parabolic effect.