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
GlobalStates.qml Normal file
View File

@@ -0,0 +1,10 @@
pragma Singleton
pragma ComponentBehavior: Bound
import Quickshell
Singleton {
id: root
property bool mediaControlsOpen: false
property bool osdVolumeOpen: false
}