bar: animate tray
This commit is contained in:
parent
0d5389a687
commit
4e41356d5c
1 changed files with 34 additions and 31 deletions
|
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue