Update Readme

master
Dylan 10 years ago
parent 7125998141
commit 209216a516
  1. 7
      Readme.md
  2. 2
      fetch

@ -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,
<br\> it's enabled by default and there's a variable you
<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
<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\)"]

@ -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"

Loading…
Cancel
Save