KDE: Update splasscreen appearance

This commit is contained in:
EliverLara
2021-02-12 14:30:18 -06:00
parent 7b5ecffbb8
commit 7a56199e3b
2 changed files with 25 additions and 24 deletions

View File

@@ -63,33 +63,33 @@ Image {
Image {
id: busyIndicator
y: parent.height - (parent.height - logo.y) / 3 - height/2
anchors.horizontalCenter: parent.horizontalCenter
source: "images/busy.svg"
sourceSize.height: units.gridUnit * 3
sourceSize.width: units.gridUnit * 3
ParallelAnimation{
running: true
ScaleAnimator{
target: busyIndicator
from: 0
to: 1
duration: 800
}
RotationAnimator{
target: busyIndicator
id: rotationAnimator
from: 0
to: 360
duration: 800
loops: Animation.Infinite
}
source: "images/busy03.svg"
anchors.centerIn: parent
sourceSize.height: 200
sourceSize.width: 200
RotationAnimator on rotation {
id: rotationAnimator
from: 0
to: 360
duration: 2000
loops: Animation.Infinite
}
}
Image {
id: busyIndicator2
source: "images/busy03.svg"
anchors.centerIn: parent
sourceSize.height: 250
sourceSize.width: 250
RotationAnimator on rotation {
id: rotationAnimator2
from: 360
to: 0
duration: 2000
loops: Animation.Infinite
}
}
}
OpacityAnimator {

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 44 44" width="44pt" height="44pt"><path d=" M 21.61 2.5 L 21.61 2.5 C 21.334 2.506 21.108 2.286 21.105 2.01 L 21.105 2.01 C 21.102 1.734 21.324 1.506 21.6 1.5 L 21.6 1.5 L 22 1.5 C 22 1.5 22 1.5 22 1.5 C 27.43 1.5 32.65 3.66 36.5 7.5 C 40.34 11.35 42.5 16.57 42.5 22 C 42.5 22 42.5 22 42.5 22.01 L 42.49 22.52 L 42.49 22.52 C 42.49 22.796 42.266 23.018 41.99 23.015 L 41.99 23.015 C 41.714 23.012 41.49 22.786 41.49 22.51 L 41.49 22.51 L 41.5 22 C 41.5 16.83 39.44 11.87 35.79 8.21 C 32.13 4.56 27.17 2.5 22 2.5 L 21.61 2.5 Z M 22.77 41.49 L 22.77 41.49 C 23.046 41.484 23.274 41.704 23.28 41.98 L 23.28 41.98 C 23.286 42.256 23.066 42.48 22.79 42.48 L 22.79 42.48 L 22.01 42.5 C 22.01 42.5 22 42.5 22 42.5 C 16.57 42.5 11.35 40.34 7.5 36.5 C 3.66 32.65 1.5 27.43 1.5 22 C 1.5 22 1.5 21.99 1.5 21.99 L 1.51 21.34 L 1.51 21.34 C 1.516 21.064 1.744 20.844 2.02 20.85 L 2.02 20.85 C 2.296 20.856 2.516 21.084 2.51 21.36 L 2.51 21.36 L 2.5 22 C 2.5 27.17 4.56 32.13 8.21 35.79 C 11.87 39.44 16.83 41.5 22 41.5 L 22.77 41.49 Z " fill-rule="evenodd" fill="rgb(88,0,226)"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB