From 375b7d0f0a6e34ab6df9c6c61a76fe6d304c54c1 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 30 Oct 2022 23:39:27 +0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6e52dd..a433c12 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ Usage: `sudo ./install.sh [OPTIONS...]` -| Options: | Description: | -|:-----------------------|:-------------| -| -t, --theme | theme variant(s) [tela/vimix/stylish/whitesur] (default is tela)" -| -i, --icon | icon variant(s) [color/white/whitesur] (default is color)" -| -s, --screen | screen resolution variant(s) [1080p/2k/4k/ultrawide/ultrawide2k] (default is 1080p)" -| -r, --remove [THEME] | Uninstall selected theme | -| -h, --help | Show this help | +``` + -t, --theme theme variant(s) [tela|vimix|stylish|whitesur] (default is tela) + -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) + -r, --remove Remove theme [tela|vimix|stylish|whitesur] (must add theme name option, default is tela) + + -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_