From 09e8114a55b535bf1ec7a70f505f110bb6a6d312 Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 23 Jun 2021 12:43:59 +0800 Subject: [PATCH] update --- wallpapers/README.md | 39 ++++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/wallpapers/README.md b/wallpapers/README.md index 6f21a1a4..fbd7603e 100644 --- a/wallpapers/README.md +++ b/wallpapers/README.md @@ -2,13 +2,42 @@ # MacOS Wallpapers for linux desktop ## WhiteSur (Big Sur) Wallpapers -![1](WhiteSur-light.png) -![2](WhiteSur-dark.png) +![1](1080p/WhiteSur-light.png) +![2](1080p/WhiteSur-dark.png) ## Monterey Wallpapers -![1](Monterey-light.png) -![2](Monterey-dark.png) +![1](1080p/Monterey-light.png) +![2](1080p/Monterey-dark.png) ## 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 +```