diff --git a/README.md b/README.md index 92bf669d..149d35cc 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,11 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info - If the script doesn't work on your system, open an issue. - **It's Fast** - The script makes heavy use of bash builtins and
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
display an image of your choice. - 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** - You can customize almost everything. - See Usage below or lines 23-233 in script @@ -170,7 +172,7 @@ alias fetch2="fetch \ ## Usage - usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] + usage: ${0##*/} --option "value" Info: --speed_type Change the type of cpu speed to display. diff --git a/fetch b/fetch index e840c267..822f9ffc 100755 --- a/fetch +++ b/fetch @@ -1473,7 +1473,7 @@ clear="\033[0m" usage () { cat << EOF - usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] + usage: ${0##*/} --option "value" Info: --speed_type Change the type of cpu speed to display.