diff --git a/Gifs/evernight.gif b/Gifs/evernight.gif new file mode 100755 index 0000000..01d0f08 Binary files /dev/null and b/Gifs/evernight.gif differ diff --git a/shell.qml b/shell.qml index 9995dad..1c7991e 100644 --- a/shell.qml +++ b/shell.qml @@ -1,6 +1,7 @@ import QtQuick import Quickshell import Quickshell.Wayland +// import qs.Gifs PanelWindow { id: mainWindow @@ -18,24 +19,24 @@ PanelWindow { width: 100; height: 100; clip: false; - source: "/home/inorishio/Pictures/Gifs/everknight-evernight.gif" - } - ListElement { - x: 200; - y: 250; - width: 100; - height: 100; - clip: false; - source: "/home/inorishio/Pictures/Gifs/Yukinon-Cat.gif" - } - ListElement { - x: 200; - y: 300; - width: 100; - height: 100; - clip: false; - source: "/home/inorishio/Pictures/Gifs/Yukinon-Cat.gif" + source: "./Gifs/evernight.gif" } + // ListElement { + // x: 200; + // y: 250; + // width: 100; + // height: 100; + // clip: false; + // source: "/home/inorishio/Pictures/Gifs/Yukinon-Cat.gif" + // } + // ListElement { + // x: 200; + // y: 300; + // width: 100; + // height: 100; + // clip: false; + // source: "/home/inorishio/Pictures/Gifs/Yukinon-Cat.gif" + // } } Repeater {