Inital commit checkpoint

This commit is contained in:
2025-08-31 23:39:53 -04:00
commit f5dbdea627
39 changed files with 2637 additions and 0 deletions

10
shell.qml Normal file
View File

@@ -0,0 +1,10 @@
//@ pragma UseQApplication
import Quickshell
import qs.bar
import qs.osd
Scope {
Bar {}
VolumeDisplay {}
//MediaControls {}
}