Skip to content

Commit

Permalink
docs(keyboard): add missing show_layout option
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger authored Feb 4, 2025
1 parent 03e6f10 commit 814fbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/Keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 814fbc2

Please sign in to comment.