From bad20ce0d6517c79a749a7ebf08a5b858233d4f1 Mon Sep 17 00:00:00 2001 From: Michael Lohr Date: Thu, 23 Jan 2025 19:52:04 +0100 Subject: [PATCH] docs: add description for `isPaused` to `glazewm` provider in readme (#182) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb9193a..82c4f174 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,8 @@ No config options. | `currentMonitor` | Monitor that is nearest to this Zebar widget. | `Monitor` | microsoft icon | | `focusedContainer` | Container that currently has focus (on any monitor). | `Container` | microsoft icon | | `tilingDirection` | Tiling direction of the focused container. | `TilingDirection` | microsoft icon | -| `bindingModes` | Active binding modes; | `BindingModeConfig[]` | microsoft icon | +| `bindingModes` | Active binding modes. | `BindingModeConfig[]` | microsoft icon | +| `isPaused` | Whether the WM is paused. | `boolean` | microsoft icon | | Function | Description | Return type | Supported OS | | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |