This commit is contained in:
Dylan 2016-01-28 10:18:18 +11:00
parent e45ca66432
commit 9a40ded878
2 changed files with 5 additions and 3 deletions

View File

@ -38,9 +38,11 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info
- If the script doesn't work on your system, open an issue. - If the script doesn't work on your system, open an issue.
- **It's Fast** - **It's Fast**
- The script makes heavy use of bash builtins and <br \>string manipulation. - The script makes heavy use of bash builtins and <br \>string manipulation.
- **Display an image next to the info. (or don't!)** - **Display an image next to the info.**
- Use your current wallpaper, shuffle through a directory or just <br \>display an image of your choice. - Use your current wallpaper, shuffle through a directory or just <br \>display an image of your choice.
- Supports using w3m or iTerm2 to display the images. - Supports using w3m or iTerm2 to display the images.
- **Display ascii next to the info.**
- Use a file containing ascii art as the image.
- **Highly Customizable** - **Highly Customizable**
- You can customize almost everything. - You can customize almost everything.
- See Usage below or lines 23-233 in script - See Usage below or lines 23-233 in script
@ -170,7 +172,7 @@ alias fetch2="fetch \
## Usage ## Usage
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] usage: ${0##*/} --option "value"
Info: Info:
--speed_type Change the type of cpu speed to display. --speed_type Change the type of cpu speed to display.

2
fetch
View File

@ -1473,7 +1473,7 @@ clear="\033[0m"
usage () { cat << EOF usage () { cat << EOF
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] usage: ${0##*/} --option "value"
Info: Info:
--speed_type Change the type of cpu speed to display. --speed_type Change the type of cpu speed to display.