non important commit
This commit is contained in:
parent
adfd476550
commit
ae7d85c9a5
10 changed files with 2390 additions and 7 deletions
|
|
@ -1,2 +0,0 @@
|
|||
[General]
|
||||
importPaths = "/usr/lib/qt6/qml"
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue