update
This commit is contained in:
parent
8668b3d58b
commit
09e8114a55
1 changed files with 34 additions and 5 deletions
|
@ -2,13 +2,42 @@
|
||||||
# MacOS Wallpapers for linux desktop
|
# MacOS Wallpapers for linux desktop
|
||||||
|
|
||||||
## WhiteSur (Big Sur) Wallpapers
|
## WhiteSur (Big Sur) Wallpapers
|
||||||
![1](WhiteSur-light.png)
|
![1](1080p/WhiteSur-light.png)
|
||||||
![2](WhiteSur-dark.png)
|
![2](1080p/WhiteSur-dark.png)
|
||||||
|
|
||||||
## Monterey Wallpapers
|
## Monterey Wallpapers
|
||||||
![1](Monterey-light.png)
|
![1](1080p/Monterey-light.png)
|
||||||
![2](Monterey-dark.png)
|
![2](1080p/Monterey-dark.png)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Install
|
### Install Gnome Backgrounds (wallpaper will change according to time)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./install-gnome-backgrounds.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
> Options:
|
||||||
|
|
||||||
|
```
|
||||||
|
-t, --theme VARIANT Specify theme variant(s) [whitesur|monterey] (Default: All variants)s)
|
||||||
|
-s, --screen VARIANT Specify screen variant [1080p|2k|4k] (Default: 1080p)
|
||||||
|
-u, --uninstall Uninstall wallpappers
|
||||||
|
-h, --help Show help
|
||||||
|
```
|
||||||
|
|
||||||
|
### Install Normal Wallpappers
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./install-wallpapers.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
> Options:
|
||||||
|
|
||||||
|
```
|
||||||
|
-t, --theme VARIANT Specify theme variant(s) [whitesur|monterey] (Default: All variants)s)
|
||||||
|
-c, --color VARIANT Specify color variant(s) [light|dark] (Default: All variants)s)
|
||||||
|
-s, --screen VARIANT Specify screen variant [1080p|2k|4k] (Default: 1080p)
|
||||||
|
-u, --uninstall Uninstall wallpappers
|
||||||
|
-h, --help Show help
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue