non important commit

This commit is contained in:
benstrb 2026-02-27 20:23:10 +01:00
parent adfd476550
commit ae7d85c9a5
10 changed files with 2390 additions and 7 deletions

View file

@ -1,2 +0,0 @@
[General]
importPaths = "/usr/lib/qt6/qml"

View file

@ -1,15 +1,17 @@
import Quickshell
import QtQuick
FloatingWindow {
visible: true
width: 200
height: 100
PanelWindow {
anchors.top: true
anchors.left: true
anchors.right: true
implicitHeight: 30
color: "#1a1b26"
Text {
anchors.centerIn: parent
text: "haayaa"
color: "#000000"
color: "#ff00ff"
font.pixelSize: 18
}
}