From a5e76d80fc67093bb034223bb36d5b90be499314 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 4 Feb 2016 18:22:52 +1100 Subject: [PATCH] Readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d20779c5..f2be44fc 100644 --- a/README.md +++ b/README.md @@ -315,19 +315,22 @@ alias fetch2="fetch \ #### How do I enable screenfetch mode? Launching the script with `--ascii distro` or setting `ascii="distro"` and `image="ascii"`
-inside the config file will launch the script in "screenfetch mode". The script will display your
-distro's ascii next to the info, exactly like screenfetch. +inside the config file will launch the script in "screenfetch mode". The script will
+display your distro's ascii next to the info, exactly like screenfetch. + +**NOTE:** If you don't have `w3m-img` or `imagemagick` installed screenfetch mode will be
+used automatically ![arch](http://i.imgur.com/uCMjgf6.png) #### Why doesn't fetch support my wallpaper setter? -It's hard to add support for other wallpaper setters as
-they don't provide a way of getting the current wallpaper from the cli. +It's hard to add support for other wallpaper setters as they don't provide a way of
+getting the current wallpaper from the cli. -If your wallpaper setter **does** provide a way of getting the current wallpaper
-or you know where it's stored then adding support won't be a problem!
+If your wallpaper setter **does** provide a way of getting the current wallpaper or you
+know where it's stored then adding support won't be a problem!