Readme
This commit is contained in:
parent
be08d17dd7
commit
f433e96420
1 changed files with 51 additions and 45 deletions
96
Readme.md
96
Readme.md
|
@ -29,59 +29,65 @@ These are the script's optional dependencies
|
||||||
- Window Manager Detection: wmctrl
|
- Window Manager Detection: wmctrl
|
||||||
- You can manually set this at launch with:
|
- You can manually set this at launch with:
|
||||||
|
|
||||||
```scrot.sh --winman string```
|
```sh
|
||||||
|
scrot.sh --winman string
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
usage: scrot.sh [--colors 1 2 4 5] [--kernel "$(uname -rs)"]
|
The whitespace
|
||||||
|
|
||||||
Info:
|
|
||||||
--title string Change the title at the top
|
|
||||||
--distro string/cmd Manually set the distro
|
|
||||||
--kernel string/cmd Manually set the kernel
|
|
||||||
--uptime string/cmd Manually set the uptime
|
|
||||||
--packages string/cmd Manually set the package count
|
|
||||||
--shell string/cmd Manually set the shell
|
|
||||||
--winman string/cmd Manually set the window manager
|
|
||||||
--cpu string/cmd Manually set the cpu name
|
|
||||||
--memory string/cmd Manually set the memory
|
|
||||||
--speed string/cmd Manually set the cpu speed
|
|
||||||
--song string/cmd Manually set the current song
|
|
||||||
|
|
||||||
Text Colors:
|
```
|
||||||
--colors 1 2 3 4 Change the color of text
|
usage: scrot.sh [--colors 1 2 4 5] [--kernel "$(uname -rs)"]
|
||||||
(title, subtitle, colon, info)
|
|
||||||
--titlecol num Change the color of the title
|
|
||||||
--subtitlecol num Change the color of the subtitle
|
|
||||||
--coloncol num Change the color of the colons
|
|
||||||
--infocol num Change the color of the info
|
|
||||||
|
|
||||||
Color Blocks:
|
Info:
|
||||||
--printcols start end Range of colors to print as blocks
|
--title string Change the title at the top
|
||||||
--nopal Disable the color blocks
|
--distro string/cmd Manually set the distro
|
||||||
|
--kernel string/cmd Manually set the kernel
|
||||||
|
--uptime string/cmd Manually set the uptime
|
||||||
|
--packages string/cmd Manually set the package count
|
||||||
|
--shell string/cmd Manually set the shell
|
||||||
|
--winman string/cmd Manually set the window manager
|
||||||
|
--cpu string/cmd Manually set the cpu name
|
||||||
|
--memory string/cmd Manually set the memory
|
||||||
|
--speed string/cmd Manually set the cpu speed
|
||||||
|
--song string/cmd Manually set the current song
|
||||||
|
|
||||||
Image:
|
Text Colors:
|
||||||
--image Image to display with the script
|
--colors 1 2 3 4 Change the color of text
|
||||||
The image gets priority over other
|
(title, subtitle, colon, info)
|
||||||
images: (wallpaper, \$img)
|
--titlecol num Change the color of the title
|
||||||
--size px Change the size of the image
|
--subtitlecol num Change the color of the subtitle
|
||||||
--cropoffset value Change the crop offset. Possible values:
|
--coloncol num Change the color of the colons
|
||||||
northwest, north, northeast, west, center
|
--infocol num Change the color of the info
|
||||||
east, southwest, south, southeast"
|
|
||||||
--padding How many spaces to pad the text
|
|
||||||
to the right
|
|
||||||
--xoffset px How close the image will be
|
|
||||||
to the left edge of the window
|
|
||||||
--yoffset px How close the image will be
|
|
||||||
to the top edge of the window
|
|
||||||
--noimg Disable all images
|
|
||||||
--nowall Disable the wallpaper function
|
|
||||||
and fallback to \$img
|
|
||||||
--clean Remove all cropped images
|
|
||||||
|
|
||||||
Other:
|
Color Blocks:
|
||||||
--help Print this text and exit
|
--printcols start end Range of colors to print as blocks
|
||||||
|
--nopal Disable the color blocks
|
||||||
|
|
||||||
|
Image:
|
||||||
|
--image Image to display with the script
|
||||||
|
The image gets priority over other
|
||||||
|
images: (wallpaper, \$img)
|
||||||
|
--size px Change the size of the image
|
||||||
|
--cropoffset value Change the crop offset. Possible values:
|
||||||
|
northwest, north, northeast, west, center
|
||||||
|
east, southwest, south, southeast
|
||||||
|
--padding How many spaces to pad the text
|
||||||
|
to the right
|
||||||
|
--xoffset px How close the image will be
|
||||||
|
to the left edge of the window
|
||||||
|
--yoffset px How close the image will be
|
||||||
|
to the top edge of the window
|
||||||
|
--noimg Disable all images
|
||||||
|
--nowall Disable the wallpaper function
|
||||||
|
and fallback to \$img
|
||||||
|
--clean Remove all cropped images
|
||||||
|
|
||||||
|
Other:
|
||||||
|
--help Print this text and exit
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Reference in a new issue