non important commit

This commit is contained in:
benstrb 2026-02-22 20:28:25 +01:00
parent 446edf918e
commit 4bd20fdaae
2 changed files with 8 additions and 19 deletions

View file

@ -1,24 +1,12 @@
import Quickshell
import Quickshell.Widgets
import QtQuick
import QtQuick.Controls
ShellRoot {
PanelWindow {
anchors {
top: true
left: true
right: true
}
FloatingWindow {
visible: true
width: 200
height: 100
height: 25
color: "#1e1e2e"
Text {
anchors.centerIn: parent
text: "Yaharroo"
color: "#cdd6f4"
font.pixelSize: 14
}
}
Text {
anchors.centerIn
}
}

View file

@ -81,6 +81,7 @@
python.enable = true;
sql.enable = false;
qml.enable = true;
ts.enable = true;
zig.enable = true;
csharp.enable = true;