by roundabout, Tuesday, 14 April 2020, 11:18:51 (1586863131), pushed by roundabout, Sunday, 11 May 2025, 13:22:53 (1746969773)
Author identity: nana-4 <hnmaigo@gmail.com>
ef8c2f19f1467e4bc129e4d71fda0f051c156c91
README.md
@@ -98,12 +98,10 @@ cd materia-theme
2. Build and install it using Meson:
```sh
meson "build" --prefix=/usr
meson "build"
sudo ninja -C "build" install
```
> NOTE: The default prefix is `/usr`, but you can optionally specify `$HOME/.local`.
Alternatively, you can use `./install.sh` script instead:
```sh
@@ -114,6 +112,7 @@ sudo ./install.sh
Option | Default Value | Description
--- | --- | ---
`prefix` | `/usr` | Installation prefix
`colors` | `default,light,dark` | Choose color variant(s)
`sizes` | `default,compact` | Choose size variant(s)
`gnome_shell_version` | n/a (auto) | Manually set gnome-shell version
@@ -121,7 +120,7 @@ Option | Default Value | Description
Example of usage:
```sh
meson "build" -Dcolors=default,dark -Dsizes=compact
meson "build" -Dprefix="$HOME/.local" -Dcolors=default,dark -Dsizes=compact
```
#### Build Options for `./install.sh`