This commit is contained in:
Dylan 2016-01-21 09:03:11 +11:00
parent 9daacddda1
commit 515e2621a2
1 changed files with 1 additions and 19 deletions

View File

@ -117,25 +117,7 @@ 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.
You can customize what info to print by editing the info array near the top of the script.
The array looks like this:
```sh
info=(
"gettitle"
"underline"
"OS: getdistro"
"Kernel: getkernel"
"Uptime: getuptime"
"Packages: getpackages"
etc...
)
```
See these comments inside the script for more info:
https://github.com/dylanaraps/fetch/blob/master/fetch#L29
If you don't want to edit the script you can customize everything using flags at launch!
If you don't want to edit the script you can customize almost everything using launch flags!
Here's what my fetch alias looks like: