2021-06-23 04:38:41 +02:00
|
|
|
|
|
|
|
# MacOS Wallpapers for linux desktop
|
|
|
|
|
|
|
|
## WhiteSur (Big Sur) Wallpapers
|
2021-06-23 06:43:59 +02:00
|
|
|
![1](1080p/WhiteSur-light.png)
|
|
|
|
![2](1080p/WhiteSur-dark.png)
|
2021-06-23 04:38:41 +02:00
|
|
|
|
|
|
|
## Monterey Wallpapers
|
2021-06-23 06:43:59 +02:00
|
|
|
![1](1080p/Monterey-light.png)
|
|
|
|
![2](1080p/Monterey-dark.png)
|
2021-06-23 04:38:41 +02:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2021-06-23 06:43:59 +02:00
|
|
|
### Install Gnome Backgrounds (wallpaper will change according to time)
|
|
|
|
|
|
|
|
```sh
|
2021-06-23 07:08:21 +02:00
|
|
|
sudo ./install-gnome-backgrounds.sh
|
2021-06-23 06:43:59 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
> 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
|
|
|
|
```
|