Update Common Problems with startship [WARN] command timeout error

dwilliam62
2024-02-10 22:45:46 +00:00
parent 33af94b7ee
commit 9072d72377

@ -23,3 +23,11 @@ This issue can be caused by setting a waybar style value to an invalid value. A
waybarStyle = "style1"; # can be style1-2
Resolution: Edit zaneyos/options.nix file, set the correct value and use the flake-rebuild alias.
## \[WARN\] - (starship::utils): Executing command "/run/wrappers/bin/_XXXX_" timed out.
\[WARN\] - (starship::utils): Executing command "/run/wrappers/bin/sudo" timed out. \[WARN\] - (starship::utils): You can set command_timeout in your config to a higher value to allow longer-running commands to keep executing.
Using sudo, or changing into a directory with a GIT repository are common ways this error is generated. You can extend the command timeout in the \~/zaneyos/config/home/files/starship.toml Add command_timeout = 1000 at the top of the file. Then rebuild ZaneyOS 'flake-rebuild'
##