Readme
This commit is contained in:
parent
7b3db5d9e5
commit
bf86605250
|
@ -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)!**
|
||||
- If the script isn't working on your system open an issue.
|
||||
- *BSD support is currently in testing! See issue #10
|
||||
- **It's Fast**
|
||||
- The script makes heavy use of bash builtins and <br \>string manipulation.
|
||||
- **Display an image next to the info. (or not)**
|
||||
- The script can use your wallpaper, shuffle through a directory or just <br \>display an image.
|
||||
- **Display an image next to the info. (or don't!)**
|
||||
- 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 \>
|
||||
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**
|
||||
- You can customize almost everything.
|
||||
- See Usage below or lines 23-233 in script
|
||||
|
@ -146,7 +147,6 @@ alias fetch2="fetch \
|
|||
## Usage
|
||||
|
||||
|
||||
```
|
||||
usage: ${0##*/} [--colors 1 2 3 4 5] [--kernel "\$\(uname -rs\)"]
|
||||
|
||||
Info:
|
||||
|
@ -224,7 +224,6 @@ Other:
|
|||
--clear on/off Whether or not to clear the terminal
|
||||
before printing.
|
||||
--help Print this text and exit
|
||||
```
|
||||
|
||||
|
||||
<!-- }}} -->
|
||||
|
|
Reference in New Issue