diff --git a/docs/users/configuration/settings.md b/docs/users/configuration/settings.md index 9389ba8f5..761dd5f92 100644 --- a/docs/users/configuration/settings.md +++ b/docs/users/configuration/settings.md @@ -98,6 +98,7 @@ Settings are organized into categories. All settings should be placed within the | --------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | | `ui.theme` | string | The color theme for the UI. See [Themes](../configuration/themes) for available options. | `undefined` | | `ui.customThemes` | object | Custom theme definitions. | `{}` | +| `ui.statusLine` | object | Custom status line configuration. A shell command whose output is shown below the footer. See [Status Line](../features/status-line). | `undefined` | | `ui.hideWindowTitle` | boolean | Hide the window title bar. | `false` | | `ui.hideTips` | boolean | Hide helpful tips in the UI. | `false` | | `ui.hideBanner` | boolean | Hide the application banner. | `false` |