Update Readme
This commit is contained in:
parent
7125998141
commit
209216a516
|
@ -91,6 +91,10 @@ These are the script's optional dependencies:
|
||||||
|
|
||||||
## Usage
|
## 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,
|
The script now supports dynamic image sizing and padding,
|
||||||
<br\> it's enabled by default and there's a variable you
|
<br\> it's enabled by default and there's a variable you
|
||||||
<br\> need to set for it to work correctly.
|
<br\> 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
|
Once you set the var the script will scale the image and padding
|
||||||
<br\> to fit your terminal window.
|
<br\> to fit your terminal window.
|
||||||
|
|
||||||
Please report any bugs or issues you're having with this as I can't
|
|
||||||
<br\> test with many configurations.
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]
|
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]
|
||||||
|
|
2
fetch
2
fetch
|
@ -38,7 +38,7 @@ export LANGUAGE=C
|
||||||
# "echo: Custom string to print"
|
# "echo: Custom string to print"
|
||||||
#
|
#
|
||||||
# Optional info lines that are disabled by default are:
|
# Optional info lines that are disabled by default are:
|
||||||
# "getresolution" "getsong"
|
# "getresolution" "getsong" "getvisualstyle"
|
||||||
info=(
|
info=(
|
||||||
"gettitle"
|
"gettitle"
|
||||||
"underline"
|
"underline"
|
||||||
|
|
Reference in New Issue