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