Update README.md

This commit is contained in:
Vince 2022-10-30 23:39:27 +08:00
parent 48338ec6a3
commit 375b7d0f0a

View File

@ -4,13 +4,17 @@
Usage: `sudo ./install.sh [OPTIONS...]` Usage: `sudo ./install.sh [OPTIONS...]`
| Options: | Description: | ```
|:-----------------------|:-------------| -t, --theme theme variant(s) [tela|vimix|stylish|whitesur] (default is tela)
| -t, --theme | theme variant(s) [tela/vimix/stylish/whitesur] (default is tela)" -i, --icon icon variant(s) [color|white|whitesur] (default is color)
| -i, --icon | icon variant(s) [color/white/whitesur] (default is color)" -s, --screen screen display variant(s) [1080p|2k|4k|ultrawide|ultrawide2k] (default is 1080p)
| -s, --screen | screen resolution variant(s) [1080p/2k/4k/ultrawide/ultrawide2k] (default is 1080p)" -r, --remove Remove theme [tela|vimix|stylish|whitesur] (must add theme name option, default is tela)
| -r, --remove [THEME] | Uninstall selected theme |
| -h, --help | Show this help | -b, --boot install theme into '/boot/grub' or '/boot/grub2'
-g, --generate do not install but generate theme into chosen directory (must add your directory)
-h, --help Show this help
```
_If no options are used, a user interface `dialog` will show up instead_ _If no options are used, a user interface `dialog` will show up instead_