|
17 | 17 | The goal of this statusbar is to provide a highly customizable and extensible statusbar for zellij. Single |
18 | 18 | modules can be formatted separately. Due to the widget structure new modules can be created with ease. |
19 | 19 |
|
20 | | - As an addition, this repsitory contains *zjframes* which can be used to toggle pane frames based on different |
| 20 | + As an addition, this repository contains *zjframes* which can be used to toggle pane frames based on different |
21 | 21 | conditions even without loading *zjstatus*, e.g. when using the default status bars. |
22 | 22 | </p> |
23 | 23 |
|
@@ -107,16 +107,16 @@ For configuring, please follow the [documentation](https://github.com/dj95/zjsta |
107 | 107 |
|
108 | 108 | ## 🏎️ Quick Start for zjstatus |
109 | 109 |
|
110 | | -Place the following configuration in your default layout file, e.g. `~/.config/zellij/layouts/default.kdl`. Right after starting zellij, it will prompt for permissions, that needs to be granted in order for zjstatus to work. Simply navigate to the pane or click on it and press `y`. This must be repeated on updates. For more details on permissions, please visit the [wiki](https://github.com/dj95/zjstatus/wiki/2-%E2%80%90-Permissions). |
| 110 | +Place the following configuration in your default layout file, e.g. `~/.config/zellij/layouts/default.kdl`. Right after starting zellij, it will prompt for permissions, which need to be granted in order for zjstatus to work. Simply navigate to the pane or click on it and press `y`. This must be repeated on updates. For more details on permissions, please visit the [wiki](https://github.com/dj95/zjstatus/wiki/2-%E2%80%90-Permissions). |
111 | 111 |
|
112 | 112 | > [!IMPORTANT] |
113 | | -> Downloading zjstatus as file and using `file:~/path/to/zjstatus.wasm` is recommend, even if the quickstart includes the https location. |
| 113 | +> Downloading zjstatus as file and using `file:~/path/to/zjstatus.wasm` is recommended, even if the quickstart includes the https location. |
114 | 114 |
|
115 | 115 | > [!IMPORTANT] |
116 | 116 | > Using zjstatus involves creating new layouts and overriding the default one. This will lead to swap layouts not working, when they are not configured correctly. Please follow [this documentation](https://github.com/dj95/zjstatus/wiki/3-%E2%80%90-Configuration#swap-layouts) for getting swap layouts back to work, if you need them. |
117 | 117 |
|
118 | 118 | > [!IMPORTANT] |
119 | | -> If you want to hide borders, please remove the `hide_frame_for_single_pane` option or set it to `false`. Otherwise zjstatus will toggle frame borders even if the are hidden in zellijs config! |
| 119 | +> If you want to hide borders, please remove the `hide_frame_for_single_pane` option or set it to `false`. Otherwise zjstatus will toggle frame borders even if they are hidden in zellij's config! |
120 | 120 |
|
121 | 121 | ```javascript |
122 | 122 | layout { |
@@ -162,7 +162,7 @@ Add the following to the *config.kdl* or add the plugin to `load_plugins`, if yo |
162 | 162 | Double check if the configuration matches your expectations. Then restart zellij. |
163 | 163 |
|
164 | 164 | > [!IMPORTANT] |
165 | | -> Downloading zjframes as file and using `file:~/path/to/zjframes.wasm` is recommend, even if the quickstart includes the https location. |
| 165 | +> Downloading zjframes as file and using `file:~/path/to/zjframes.wasm` is recommended, even if the quickstart includes the https location. |
166 | 166 |
|
167 | 167 | ```javascript |
168 | 168 | // Plugins to load in the background when a new session starts |
|
0 commit comments