diff --git a/src/configSchema.json b/src/configSchema.json index 281b434..2698103 100644 --- a/src/configSchema.json +++ b/src/configSchema.json @@ -280,7 +280,7 @@ "$ref": "#/widgets/mpris" }, "^buttons-grid(#[a-zA-Z0-9_-]{1,}){0,1}?$": { - "$ref": "#/widgets/buttons" + "$ref": "#/widgets/buttons-grid" }, "^menubar(#[a-zA-Z0-9_-]{1,}){0,1}?$": { "$ref": "#/widgets/menubar" @@ -441,7 +441,7 @@ "description": "Text displayed in front of the volume slider", "default": "Volume" } - } + } } } }