This commit is contained in:
Dylan 2016-01-18 12:43:06 +11:00
parent 69e4ae5cfc
commit 01d1f19d1d
1 changed files with 28 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# fetch # fetch
[[Features](#features)] [[Dependencies](#dependencies)] [[Installation](#installation)] [[Usage](#usage)] [[Issues and Workarounds](#issues-and-workarounds)] [[TODO](#todo)] [[Thanks](#thanks)] [[Features](#features)] [[Dependencies](#dependencies)] [[Installation](#installation)] [[Post Install](#post-install)] [[Usage](#usage)] [[Issues and Workarounds](#issues-and-workarounds)] [[TODO](#todo)] [[Thanks](#thanks)]
This is the home of my fetch script! This script gathers info <br /> This is the home of my fetch script! This script gathers info <br />
about your system and prints it to the terminal next to an image of your choice! about your system and prints it to the terminal next to an image of your choice!
@ -87,10 +87,10 @@ These are the script's optional dependencies:
<!-- }}} --> <!-- }}} -->
<!-- Usage {{{ --> <!-- Post Install {{{ -->
## Post Install
## Usage
**NOTE:** For the images to be sized correctly you need to set the `$font_width` variable. **NOTE:** For the images to be sized correctly you need to set the `$font_width` variable.
If you don't know your font width in pixels keep trying values until the image is sized correctly. If you don't know your font width in pixels keep trying values until the image is sized correctly.
@ -115,6 +115,31 @@ info=(
See these comments inside the script for more info: See these comments inside the script for more info:
https://github.com/dylanaraps/fetch/blob/master/fetch#L29 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:
```sh
alias fetch2="fetch \
--block_range 1 8 \
--line_wrap off \
--bold off \
--uptime_shorthand on \
--gtk_shorthand on \
--exclude 'Icons: getgtkicons' \
--exclude 'Resolution: getresolution' \
--colors 4 1 8 8 8 7 \
"
```
<!-- }}} -->
<!-- Usage {{{ -->
## Usage
``` ```
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]