move bar to root window

This commit is contained in:
Benjamin Palko 2025-09-06 21:53:57 -04:00
parent 8c59137716
commit 7022c3a9ae
3 changed files with 83 additions and 50 deletions

View file

@ -10,4 +10,11 @@ WrapperRectangle {
duration: Styling.animations.speed.fast
}
}
border.width: 2
border.color: Styling.theme.base100
Behavior on border.color {
ColorAnimation {
duration: Styling.animations.speed.fast
}
}
}