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 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 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue