diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 31143431..a9ff52c9 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -134,13 +134,15 @@ Singleton { property list monitors: [] property string density: "default" // "compact", "default", "comfortable" property bool showCapsule: true - property bool autoHide: false // Floating bar settings property bool floating: false property real marginVertical: 0.25 property real marginHorizontal: 0.25 + // auto hiding bar settings + property bool autoHide: false + // Widget configuration for modular bar system property JsonObject widgets widgets: JsonObject {