initial commit

This commit is contained in:
2025-09-09 12:03:05 +02:00
commit 2d5299c8fa
15 changed files with 622 additions and 0 deletions

21
shell.qml Normal file
View File

@@ -0,0 +1,21 @@
import Quickshell
import QtQuick
import Quickshell.Io
import "./bar"
import "./launcher/"
ShellRoot{
// Variants{
// model: Quickshell.screens
//
// ActivateLinux {}
// }
//
Variants {
model: Quickshell.screens
StatusBar {}
}
// Launcher {}
}