diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-11 23:55:05 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-11 23:55:05 +1000 |
| commit | 60858f6f02fb7dc04e727db89090e7b83399803a (patch) | |
| tree | 0a6300271786a38a468ba4bb6df0c392eed82043 /config/SessionConfig.qml | |
| parent | osd: fix show on hover (diff) | |
| download | caelestia-shell-60858f6f02fb7dc04e727db89090e7b83399803a.tar.gz caelestia-shell-60858f6f02fb7dc04e727db89090e7b83399803a.tar.bz2 caelestia-shell-60858f6f02fb7dc04e727db89090e7b83399803a.zip | |
feat: session menu
Diffstat (limited to 'config/SessionConfig.qml')
| -rw-r--r-- | config/SessionConfig.qml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/SessionConfig.qml b/config/SessionConfig.qml new file mode 100644 index 0000000..ba4db0c --- /dev/null +++ b/config/SessionConfig.qml @@ -0,0 +1,12 @@ +pragma Singleton + +import Quickshell +import QtQuick + +Singleton { + readonly property Sizes sizes: Sizes {} + + component Sizes: QtObject { + readonly property int button: 80 + } +} |