shell: new lock anim for bkg and bar

This commit is contained in:
outfoxxed 2025-01-20 03:42:11 -08:00
parent c70822c1f5
commit f6caa3e209
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 48 additions and 28 deletions

View file

@ -16,7 +16,6 @@ PanelWindow {
}
width: 70
margins.left: Lock.Controller.locked ? -width : 0
exclusiveZone: width - margins.left
color: "transparent"
@ -38,10 +37,13 @@ PanelWindow {
Rectangle {
id: barRect
x: 10 - Lock.Controller.bkgSlide * (barRect.width + 10)
width: parent.width - 15
anchors {
fill: parent
top: parent.top
bottom: parent.bottom
margins: 10
rightMargin: 5
}
color: ShellGlobals.colors.bar