Evernight

This commit is contained in:
2025-10-07 15:20:20 +02:00
parent a62daa2d63
commit ead1f66f2a
Regular → Executable
+5 -3
View File
@@ -1,7 +1,7 @@
import QtQuick import QtQuick
import Quickshell import Quickshell
import Quickshell.Wayland import Quickshell.Wayland
// import qs.Gifs //import qs.Gifs
PanelWindow { PanelWindow {
id: mainWindow id: mainWindow
@@ -16,11 +16,12 @@ PanelWindow {
ListElement { ListElement {
x: 200; x: 200;
y: 200; y: 200;
width: 100; width: 320;
height: 100; height: 293;
clip: false; clip: false;
source: "./Gifs/evernight.gif" source: "./Gifs/evernight.gif"
} }
// ListElement { // ListElement {
// x: 200; // x: 200;
// y: 250; // y: 250;
@@ -53,6 +54,7 @@ PanelWindow {
source: model.source source: model.source
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
} }
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
drag.target: parent drag.target: parent