14 lines
215 B
QML
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
|
|
}
|
|
}
|