Skip to content

Commit

Permalink
KDE: LAF - Update splash screen appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Dec 28, 2021
1 parent 92c92ae commit 36774f4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 47 deletions.
16 changes: 8 additions & 8 deletions kde/plasma/look-and-feel/Dracula/contents/splash/Splash.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,33 +63,33 @@ Image {
Image {
id: busyIndicator
//in the middle of the remaining space
y: parent.height - (parent.height - logo.y) / 3 - height/2
y: parent.height / 2 - height/2
anchors.horizontalCenter: parent.horizontalCenter
source: "images/busy02.svg"
sourceSize.height: units.gridUnit * 2
sourceSize.width: units.gridUnit * 2
sourceSize.height: logo.height + 60
sourceSize.width: logo.width + 60
RotationAnimator on rotation {
id: rotationAnimator
from: 0
to: 360
duration: 800
duration: 1200
loops: Animation.Infinite
}
}

Image {
id: busyIndicator2
//in the middle of the remaining space
y: parent.height - (parent.height - logo.y) / 3 - height/2
y: parent.height / 2 - height /2
anchors.horizontalCenter: parent.horizontalCenter
source: "images/busy02.svg"
sourceSize.height: units.gridUnit * 3
sourceSize.width: units.gridUnit * 3
sourceSize.height: logo.height + 100
sourceSize.width: logo.width + 100
RotationAnimator on rotation {
id: rotationAnimator2
from: 360
to: 0
duration: 800
duration: 1200
loops: Animation.Infinite
}
}
Expand Down
69 changes: 30 additions & 39 deletions kde/plasma/look-and-feel/Dracula/contents/splash/images/busy02.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36774f4

Please sign in to comment.