10 lines
176 B
QML
10 lines
176 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import Quickshell.Hyprland
|
|
|
|
Singleton {
|
|
id: root
|
|
property string activeWindow: Hyprland.activeToplevel?.lastIpcObject.class || ""
|
|
}
|