Flake update. Quickshell on Desktop

This commit is contained in:
2025-07-22 16:54:00 +01:00
parent 7ca1e956e1
commit 5f3e6ed438
19 changed files with 746 additions and 101 deletions
+9
View File
@@ -0,0 +1,9 @@
import QtQuick
Text {
required property string time
font.family: "KelmscottMono"
font.pointSize: 14
text: time
}