first commit

This commit is contained in:
Zacharias-Brohn
2025-10-07 13:53:18 +02:00
commit 0da7e57a64
13 changed files with 520 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pragma Singleton
import Quickshell
import Quickshell.Hyprland
Singleton {
id: root
property string activeWindow: Hyprland.activeToplevel?.lastIpcObject.class || ""
}