Initial Commit

This commit is contained in:
Amaro Lopes
2025-09-21 00:47:06 -03:00
commit 2445e21f0b
11 changed files with 795 additions and 0 deletions

12
Common/Settings.qml Normal file
View File

@@ -0,0 +1,12 @@
pragma Singleton
import Quickshell
Singleton {
id:root
readonly property string time: "oi"
}