From 814fbc2d8f1e7d8dbfa20d54f20a1e74a194f5f9 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Tue, 4 Feb 2025 15:00:18 +0000 Subject: [PATCH] docs(keyboard): add missing `show_layout` option --- docs/modules/Keyboard.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/Keyboard.md b/docs/modules/Keyboard.md index ddb7df0..3dbdebf 100644 --- a/docs/modules/Keyboard.md +++ b/docs/modules/Keyboard.md @@ -17,6 +17,7 @@ Displays the toggle state of the capslock, num lock and scroll lock keys, and th | `show_caps` | `boolean` | `true` | Whether to show capslock indicator. | | `show_num` | `boolean` | `true` | Whether to show num lock indicator. | | `show_scroll` | `boolean` | `true` | Whether to show scroll lock indicator. | +| `show_layout` | `boolean` | `true` | Whether to show the keyboard layout button. | | `icon_size` | `integer` | `32` | Size to render icon at (image icons only). | | `icons.caps_on` | `string` or [image](images) | `󰪛` | Icon to show for enabled capslock indicator. | | `icons.caps_off` | `string` or [image](images) | `''` | Icon to show for disabled capslock indicator. |