diff --git a/Readme.md b/Readme.md index 607067db..acbcd9e9 100644 --- a/Readme.md +++ b/Readme.md @@ -91,6 +91,10 @@ These are the script's optional dependencies: ## Usage +There's an array near the top of the script that allows you +to pick and choose what to display and where! You can also add custom +info to print! + The script now supports dynamic image sizing and padding, it's enabled by default and there's a variable you need to set for it to work correctly. @@ -101,9 +105,6 @@ You can either change the variable $fontwidth inside of the Once you set the var the script will scale the image and padding to fit your terminal window. -Please report any bugs or issues you're having with this as I can't - test with many configurations. - ``` usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] diff --git a/fetch b/fetch index 7e6e61d9..4c9b1956 100755 --- a/fetch +++ b/fetch @@ -38,7 +38,7 @@ export LANGUAGE=C # "echo: Custom string to print" # # Optional info lines that are disabled by default are: -# "getresolution" "getsong" +# "getresolution" "getsong" "getvisualstyle" info=( "gettitle" "underline"