non important commit
This commit is contained in:
parent
446edf918e
commit
4bd20fdaae
2 changed files with 8 additions and 19 deletions
|
|
@ -1,24 +1,12 @@
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import Quickshell.Widgets
|
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Controls
|
|
||||||
|
|
||||||
ShellRoot {
|
FloatingWindow {
|
||||||
PanelWindow {
|
visible: true
|
||||||
anchors {
|
width: 200
|
||||||
top: true
|
height: 100
|
||||||
left: true
|
|
||||||
right: true
|
|
||||||
}
|
|
||||||
|
|
||||||
height: 25
|
Text {
|
||||||
color: "#1e1e2e"
|
anchors.centerIn
|
||||||
|
}
|
||||||
Text {
|
|
||||||
anchors.centerIn: parent
|
|
||||||
text: "Yaharroo"
|
|
||||||
color: "#cdd6f4"
|
|
||||||
font.pixelSize: 14
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -81,6 +81,7 @@
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
|
|
||||||
sql.enable = false;
|
sql.enable = false;
|
||||||
|
qml.enable = true;
|
||||||
ts.enable = true;
|
ts.enable = true;
|
||||||
zig.enable = true;
|
zig.enable = true;
|
||||||
csharp.enable = true;
|
csharp.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue