Readme
This commit is contained in:
parent
9daacddda1
commit
515e2621a2
20
README.md
20
README.md
|
@ -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 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.
|
If you don't want to edit the script you can customize almost everything using launch flags!
|
||||||
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!
|
|
||||||
|
|
||||||
Here's what my fetch alias looks like:
|
Here's what my fetch alias looks like:
|
||||||
|
|
||||||
|
|
Reference in New Issue