From ead1f66f2abcc671a0cf3f96cd3997837e7bd8f1 Mon Sep 17 00:00:00 2001 From: inorishio Date: Tue, 7 Oct 2025 15:20:20 +0200 Subject: [PATCH] Evernight --- shell.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 shell.qml diff --git a/shell.qml b/shell.qml old mode 100644 new mode 100755 index 1c7991e..57c680e --- a/shell.qml +++ b/shell.qml @@ -1,7 +1,7 @@ import QtQuick import Quickshell import Quickshell.Wayland -// import qs.Gifs +//import qs.Gifs PanelWindow { id: mainWindow @@ -16,11 +16,12 @@ PanelWindow { ListElement { x: 200; y: 200; - width: 100; - height: 100; + width: 320; + height: 293; clip: false; source: "./Gifs/evernight.gif" } + // ListElement { // x: 200; // y: 250; @@ -53,6 +54,7 @@ PanelWindow { source: model.source fillMode: Image.PreserveAspectFit } + MouseArea { anchors.fill: parent drag.target: parent