diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index be682e7b0..f955b1113 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,6 +7,8 @@ assignees: '' --- +Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue. + # General description of bug: @@ -74,10 +76,5 @@ Use `time fastfetch --stat` to show time usage for each module. ## If fastfetch behaves incorrectly on shell starting - - * The bug is reproduceable with fresh / clean shell configuration (i.e. `fastfetch` is the single line of `.zshrc` or `~/.config/fish/config.fish`): * Does `sleep 1` before running `fastfetch` work? diff --git a/README.md b/README.md index 0bde8cf53..814084c89 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,13 @@ See `fastfetch -h format` for basic usage. For module specific formattion, see ` Try `fastfetch -l /path/to/logo`. See [logo documentation](https://github.com/fastfetch-cli/fastfetch/wiki/Logo-options) for detail. +### Q: Fastfetch runs in white and black on shell startup. Why? + +This issue usually happens when using fastfetch with `p10k`. There are known incompatibility between fastfetch and p10k instant prompt. +The p10k doc clearly states that you should NOT print anything to stdout after `p10k-instant-prompt` is initialized. You should either put `fastfetch` before initialization of `p10k-instant-prompt` (recommended) + +You can always use `fastfetch --pipe false` to force fastfetch running in colorful mode. + ### Q: I want feature A / B / C. Will fastfetch support it? Fastfetch is a system information tool. We only accept hardware or system level software feature requests. For most personal uses, I recommend using `Command` module to detect it yourself, which can be used to grab output from a custom shell script: