diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Popouts.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/services/Popouts.qml b/services/Popouts.qml new file mode 100644 index 0000000..fa5b2d6 --- /dev/null +++ b/services/Popouts.qml @@ -0,0 +1,10 @@ +pragma Singleton + +import Quickshell +import QtQuick + +Singleton { + property string currentName + property real currentCenter + property bool hasCurrent +} |