This commit is contained in:
Dylan 2016-01-31 16:40:21 +11:00
parent c44da9511c
commit ebeccdf943
1 changed files with 8 additions and 0 deletions

View File

@ -139,6 +139,7 @@ you'll just be missing the ascii distro logos and config file functionality.
## Post Install
#### Using the config file
Fetch will by default create a config file at `$HOME/.config/fetch/config` and this file<br \>
@ -158,6 +159,13 @@ If you don't know your font width in pixels keep trying values until the image i
You can also use the launch flag `--font_width` to set it on the fly.
#### Setting the prompt height
If your shell prompt's height is greater than 1 line high, you'll need to change a config<br \>
option to avoid issues with the top lines in the script output getting cut off. Set the variable<br \>
`$prompt_height` to your shell prompt's height in lines or use the launch flag `--prompt_height`.
#### Customizing what info gets displayed
In the config file there's a function that allows you to customize all of the info that<br \>