This commit is contained in:
Dylan 2016-01-18 13:02:35 +11:00
parent 7b3db5d9e5
commit bf86605250
1 changed files with 73 additions and 74 deletions

View File

@ -17,13 +17,14 @@ about your system and prints it to the terminal next to an image of your choice!
- **Supports Linux, Mac OS X and Windows (Cygwin)!** - **Supports Linux, Mac OS X and Windows (Cygwin)!**
- If the script isn't working on your system open an issue. - If the script isn't working on your system open an issue.
- *BSD support is currently in testing! See issue #10
- **It's Fast** - **It's Fast**
- The script makes heavy use of bash builtins and <br \>string manipulation. - The script makes heavy use of bash builtins and <br \>string manipulation.
- **Display an image next to the info. (or not)** - **Display an image next to the info. (or don't!)**
- The script can use your wallpaper, shuffle through a directory or just <br \>display an image. - The script can use your current wallpaper, shuffle through a directory or just <br \>display an image of your choice.
- The wallpaper function on linux uses feh, It's hard to add support <br \> - The wallpaper function on linux uses feh, It's hard to add support <br \>
for other wallpaper setters as they don't provide a way of getting <br \> for other wallpaper setters as they don't provide a way of getting <br \>
current wallpaper from the cli. the current wallpaper from the cli.
- **Highly Customizable** - **Highly Customizable**
- You can customize almost everything. - You can customize almost everything.
- See Usage below or lines 23-233 in script - See Usage below or lines 23-233 in script
@ -146,7 +147,6 @@ alias fetch2="fetch \
## Usage ## Usage
```
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"] usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]
Info: Info:
@ -224,7 +224,6 @@ Other:
--clear on/off Whether or not to clear the terminal --clear on/off Whether or not to clear the terminal
before printing. before printing.
--help Print this text and exit --help Print this text and exit
```
<!-- }}} --> <!-- }}} -->