non important commit

This commit is contained in:
benstrb 2026-03-07 20:11:39 +01:00
parent b3f4034b36
commit 413d1a5e9d
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -16,13 +16,14 @@ ShellRoot {
anchors.bottom: true anchors.bottom: true
implicitWidth: 50 implicitWidth: 50
color: "#1a1b26" color: "#1a1b26"
/*
Text { Text {
anchors.centerIn: parent anchors.centerIn: parent
color: "#FFFFFF" color: "#FFFFFF"
font.pixelSize: 14 font.pixelSize: 14
text: Qt.formatDateTime(root.clock.date, "hh\nmm") text: Qt.formatDateTime(root.clock.date, "hh\nmm")
} }
*/
} }
} }
} }