This commit is contained in:
2025-10-07 12:27:04 +02:00
parent 2534f18555
commit a62daa2d63
2 changed files with 18 additions and 17 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

+18 -17
View File
@@ -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 {