Readme
This commit is contained in:
parent
c1fe11a926
commit
f3b777116c
3 changed files with 18 additions and 4 deletions
5
1.1.md
5
1.1.md
|
@ -29,3 +29,8 @@
|
|||
fetch --ascii "path/to/ascii" --ascii_color 2
|
||||
|
||||
```
|
||||
|
||||
- Added "screenfetch mode" which will display your distro's ascii art<br\>
|
||||
next to the info.<br \>
|
||||
See: http://localhost:6419/#how-do-i-enable-screenfetch-mode
|
||||
- Added `--ascii_distro` to choose which distro's ascii logo to display.
|
||||
|
|
|
@ -266,6 +266,15 @@ alias fetch2="fetch \
|
|||
## Frequently Asked Questions
|
||||
|
||||
|
||||
#### How do I enable screenfetch mode?
|
||||
|
||||
Launching the script with `--ascii distro` or setting `image="ascii"`<br \>
|
||||
launch the script in "screenfetch mode". The script will display yout distro's ascii<br \>
|
||||
next to the info, exactly like screenfetch.
|
||||
|
||||
![arch](https://camo.githubusercontent.com/972490362219f4aa087a0a9491df24d506590542/687474703a2f2f692e696d6775722e636f6d2f746741504a76322e706e67)
|
||||
|
||||
|
||||
#### Why doesn't fetch support my wallpaper setter?
|
||||
|
||||
It's hard to add support for other wallpaper setters as<br \>
|
||||
|
|
8
fetch
8
fetch
|
@ -205,12 +205,12 @@ prompt_height=1
|
|||
|
||||
# }}}
|
||||
|
||||
# Image Options {{{
|
||||
|
||||
|
||||
# Image Source
|
||||
# --image wall, shuffle, ascii, /path/to/img, off
|
||||
image="wall"
|
||||
image="ascii"
|
||||
|
||||
# Image Options {{{
|
||||
|
||||
|
||||
# Thumbnail directory
|
||||
imgtempdir="$HOME/.fetchimages"
|
||||
|
|
Loading…
Reference in a new issue