nosignal-shell/services/Popouts.qml
2 * r + 2 * t 24a3da8138 feat: bar popouts
Create active window popout
2025-06-02 16:31:26 +08:00

10 lines
159 B
QML

pragma Singleton
import Quickshell
import QtQuick
Singleton {
property string currentName
property real currentCenter
property bool hasCurrent
}