dotfiles/.config/quickshell/GlobalStates.qml
2025-12-15 18:20:18 +01:00

10 lines
No EOL
178 B
QML

import "root:/modules/common/"
import QtQuick
import Quickshell
pragma Singleton
pragma ComponentBehavior: Bound
Singleton {
id: root
property bool overviewOpen: false
}