non important commit

This commit is contained in:
benstrb 2026-02-28 14:51:24 +01:00
parent f986a05562
commit 7e94242adc
10 changed files with 64 additions and 41 deletions

View file

@ -0,0 +1 @@
/run/user/1000/quickshell/vfs/979c82aa12f7c2ec5275061b8383d7c4/.qmlls.ini

View file

@ -4,14 +4,13 @@ import QtQuick
PanelWindow {
anchors.top: true
anchors.left: true
anchors.right: true
implicitHeight: 30
color: "#1a1b26"
Text {
anchors.centerIn: parent
text: "haayaa"
color: "#ff00ff"
font.pixelSize: 18
text: "My First Bar"
color: "#a9b1d6"
font.pixelSize: 14
}
}