From 515e2621a28e8d78fbe0b3941ca27458fd59108a Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 21 Jan 2016 09:03:11 +1100 Subject: [PATCH] Readme --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 23709901..1ba18573 100644 --- a/README.md +++ b/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 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: