This commit is contained in:
end-4
2025-04-11 00:05:34 +02:00
parent ff93725b28
commit ad63ae699f
6 changed files with 339 additions and 5 deletions
@@ -5,6 +5,7 @@ pragma Singleton
Singleton {
property QtObject bar: QtObject {
property int workspacesShown: 10
property int batteryLowThreshold: 20
}
}