diff --git a/.github/readme.md b/.github/readme.md index 5009259..1fff560 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -104,6 +104,19 @@ If you want to learn how to customize this theme have a look at the [documentati For more example have a look at the have a look at the [gallery](gallery.md). +## FAQ + +**Why are my components being cut off or truncated?** +By default tmux set `status-left-length` to 20 characters and `status-right-length` to 40 characters, +which may cause components to be truncated or cut off if their combined length exceeds these limits. +To resolve this issue you can adjust this default values with: + +```bash +# .tmux.conf +set -g status-left-length 100 +set -g status-right-length 100 +``` + ## Contributors -[goolmoos](https://github.com/goolmoos)[fky2015](https://github.com/fky2015)[ofirgall](https://github.com/ofirgall)[codepeon](https://github.com/codepeon) +[goolmoos](https://github.com/goolmoos)[fky2015](https://github.com/fky2015)[ofirgall](https://github.com/ofirgall)[codepeon](https://github.com/codepeon) \ No newline at end of file