Files
I-DeskPet/Modules/PetAcheron.qml
T
2025-10-26 22:28:03 +01:00

14 lines
215 B
QML

import QtQuick
import Quickshell.Io
import Quickshell.Wayland
Rectangle {
width: 227
height: 212
AnimatedImage {
source: "../Gifs/Acheron.gif"
fillMode: Image.PreserveAspectFit
}
}