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 QtQuick
import Qt5Compat.GraphicalEffects import Qt5Compat.GraphicalEffects
BoxLayout { StyledRect {
id: root animate: true
clip: true
BoxLayout {
Repeater { Repeater {
model: SystemTray.items model: SystemTray.items
@ -51,4 +53,5 @@ BoxLayout {
} }
} }
} }
}
} }