This commit is contained in:
2025-10-21 22:48:57 +02:00
parent 1a39b63b20
commit 7fa9f85856
3 changed files with 2 additions and 24 deletions
-5
View File
@@ -1,14 +1,9 @@
pragma ComponentBehavior: Bound
import QtQuick
import Quickshell.Io
import Quickshell.Wayland
Rectangle {
color: "transparent"
anchors.fill: parent
AnimatedImage {
anchors.fill: parent
source: "../Gifs/evernight.gif"
fillMode: Image.PreserveAspectFit
}