bar: animate tray

This commit is contained in:
2 * r + 2 * t 2025-04-29 20:52:02 +10:00
parent 0d5389a687
commit 4e41356d5c

View file

@ -7,9 +7,11 @@ import Quickshell.Services.SystemTray
import QtQuick
import Qt5Compat.GraphicalEffects
BoxLayout {
id: root
StyledRect {
animate: true
clip: true
BoxLayout {
Repeater {
model: SystemTray.items
@ -52,3 +54,4 @@ BoxLayout {
}
}
}
}