Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 3, 2023
1 parent 063695c commit f6eebf6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,21 @@ Run

./install.sh

Usage: `./install.sh` **[OPTIONS...]**

| OPTIONS: | |
|:--------------|:-------------|
| -d, --dest | Specify theme destination directory (Default: $HOME/.themes) |
| -n, --name | Specify theme name (Default: Matcha) |
| -c, --color | Specify theme color variant(s) **[standard/light/dark]** (Default: All variants) |
| -t, --theme | Specify hue theme variant(s) **[aliz/azul/sea/pueril]** (Default: All variants) |
| -g, --gdm | Install GDM theme, this option need root user authority! please run this with sudo |
| -r, --revert | revert GDM theme, this option need root user authority! please run this with sudo |
| -h, --help | Show this help |
Usage: ./install.sh [OPTIONS...]

OPTIONS:

```sh
-d, --dest DIR Specify theme destination directory (Default: /home/fedora/.themes)
-n, --name NAME Specify theme name (Default: Matcha)
-c, --color VARIANTS Specify theme color variant(s) [standard|dark] (Default: All variants)
-t, --theme VARIANTS Specify hue theme variant(s) [aliz|azul|sea|pueril] (Default: All variants)
-s, --gnome-shell Set gnome-shell flavor, where new is version 44.0 or later, [38|40|42|44] (Default: Auto detect)
-l, --libadwaita Force all libadwaita app use linked gtk-4.0 theme
-g, --gdm Install GDM theme, this option need root user authority! please run this with sudo
-r, --remove Remove(Uninstall) themes/GDM/libadwaita
-h, --help Show this help
```

### Fix for flatpak apps

Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ usage() {
printf " %-25s%s\n" "-n, --name NAME" "Specify theme name (Default: ${THEME_NAME})"
printf " %-25s%s\n" "-c, --color VARIANTS" "Specify theme color variant(s) [standard|dark] (Default: All variants)"
printf " %-25s%s\n" "-t, --theme VARIANTS" "Specify hue theme variant(s) [aliz|azul|sea|pueril] (Default: All variants)"
printf " %-25s%s\n" "-s, --gnome-shell VERSION" "Set gnome-shell flavor, where new is version 44.0 or later, [38|40|42|44] (Default: Auto detect)"
printf " %-25s%s\n" "-s, --gnome-shell" "Set gnome-shell flavor, where new is version 44.0 or later, [38|40|42|44] (Default: Auto detect)"
printf " %-25s%s\n" "-l, --libadwaita" "Force all libadwaita app use linked gtk-4.0 theme"
printf " %-25s%s\n" "-g, --gdm" "Install GDM theme, this option need root user authority! please run this with sudo"
printf " %-25s%s\n" "-r, --remove" "Remove(Uninstall) themes"
printf " %-25s%s\n" "-r, --remove" "Remove(Uninstall) themes/GDM/libadwaita"
printf " %-25s%s\n" "-h, --help" "Show this help"
}

Expand Down

0 comments on commit f6eebf6

Please sign in to comment.