mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-09 15:22:13 -04:00
15 lines
389 B
QML
15 lines
389 B
QML
pragma Singleton
|
|
pragma ComponentBehavior: Bound
|
|
|
|
import QtQuick
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
readonly property AppearanceRounding rounding: AppearanceRounding {}
|
|
readonly property AppearanceSpacing spacing: AppearanceSpacing {}
|
|
readonly property AppearanceFontSize fontSize: AppearanceFontSize {}
|
|
readonly property AppearanceAnim anim: AppearanceAnim {}
|
|
}
|