This commit is contained in:
2025-10-26 22:28:03 +01:00
parent 03adbbd38f
commit 2f8a3e98a5
7 changed files with 66 additions and 42 deletions
+13
View File
@@ -0,0 +1,13 @@
import QtQuick
import Quickshell.Io
import Quickshell.Wayland
Rectangle {
width: 227
height: 212
AnimatedImage {
source: "../Gifs/Acheron.gif"
fillMode: Image.PreserveAspectFit
}
}