Added note about w3m-img
This commit is contained in:
parent
07eb2417e9
commit
0145b678ac
|
@ -24,6 +24,7 @@ These are the script's required dependencies
|
||||||
These are the script's optional dependencies:
|
These are the script's optional dependencies:
|
||||||
|
|
||||||
- Displaying Images: w3m
|
- Displaying Images: w3m
|
||||||
|
- You may also need w3m-img
|
||||||
- Image Cropping: ImageMagick
|
- Image Cropping: ImageMagick
|
||||||
- Display Wallpaper: feh
|
- Display Wallpaper: feh
|
||||||
- Current Song: mpc
|
- Current Song: mpc
|
||||||
|
|
2
fetch.sh
2
fetch.sh
|
@ -2,7 +2,7 @@
|
||||||
# Fetch info about your system
|
# Fetch info about your system
|
||||||
#
|
#
|
||||||
# Optional Dependencies: (You'll lose these features without them)
|
# Optional Dependencies: (You'll lose these features without them)
|
||||||
# Displaying Images: w3m
|
# Displaying Images: w3m + w3m-img
|
||||||
# Image Cropping: ImageMagick
|
# Image Cropping: ImageMagick
|
||||||
# Wallpaper Display: feh
|
# Wallpaper Display: feh
|
||||||
# Current Song: mpc
|
# Current Song: mpc
|
||||||
|
|
Reference in New Issue