mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 14:21:03 +02:00
docs(keyboard): add missing show_layout
option
This commit is contained in:
parent
03e6f10141
commit
814fbc2d8f
1 changed files with 1 additions and 0 deletions
|
@ -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. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue