update
This commit is contained in:
parent
000bc7dafe
commit
6a0a091f8a
19
README.md
19
README.md
@ -31,19 +31,14 @@ sudo ./install-gnome-backgrounds.sh
|
|||||||
-h, --help Show help
|
-h, --help Show help
|
||||||
```
|
```
|
||||||
|
|
||||||
## WhiteSur (Big Sur) Wallpapers
|
## Ventura Wallpapers
|
||||||

|

|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
## Monterey Wallpapers
|
## Monterey Wallpapers
|
||||||

|

|
||||||

|
|
||||||

|
## WhiteSur (Big Sur) Wallpapers
|
||||||
|

|
||||||
|
|
||||||
## Nord Wallpapers
|
## Nord Wallpapers
|
||||||

|

|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
@ -4,7 +4,7 @@ REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|||||||
WALLPAPER_DIR="$HOME/.local/share/backgrounds"
|
WALLPAPER_DIR="$HOME/.local/share/backgrounds"
|
||||||
|
|
||||||
THEME_VARIANTS=('WhiteSur' 'Monterey' 'Ventura')
|
THEME_VARIANTS=('WhiteSur' 'Monterey' 'Ventura')
|
||||||
COLOR_VARIANTS=('-morning' '-light' '-dark')
|
COLOR_VARIANTS=('' '-light' '-dark')
|
||||||
SCREEN_VARIANTS=('1080p' '2k' '4k')
|
SCREEN_VARIANTS=('1080p' '2k' '4k')
|
||||||
|
|
||||||
#COLORS
|
#COLORS
|
||||||
@ -62,7 +62,7 @@ install() {
|
|||||||
mkdir -p "${WALLPAPER_DIR}"
|
mkdir -p "${WALLPAPER_DIR}"
|
||||||
|
|
||||||
if [[ "${theme}" == 'Ventura' ]]; then
|
if [[ "${theme}" == 'Ventura' ]]; then
|
||||||
[[ "${color}" == '-morning' ]] && local color='-light'
|
[[ "${color}" == '' ]] && local color='-light'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ -f ${WALLPAPER_DIR}/${theme}${color}.jpg ]] && rm -rf ${WALLPAPER_DIR}/${theme}${color}.jpg
|
[[ -f ${WALLPAPER_DIR}/${theme}${color}.jpg ]] && rm -rf ${WALLPAPER_DIR}/${theme}${color}.jpg
|
||||||
@ -132,7 +132,7 @@ while [[ $# -gt 0 ]]; do
|
|||||||
shift
|
shift
|
||||||
for color in "$@"; do
|
for color in "$@"; do
|
||||||
case "$color" in
|
case "$color" in
|
||||||
morning)
|
night)
|
||||||
colors+=("${COLOR_VARIANTS[0]}")
|
colors+=("${COLOR_VARIANTS[0]}")
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
|
BIN
preview-monterey.png
Normal file
BIN
preview-monterey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 KiB |
BIN
preview-nord.png
Normal file
BIN
preview-nord.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
preview-ventura.png
Normal file
BIN
preview-ventura.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
BIN
preview-whitesur.png
Normal file
BIN
preview-whitesur.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
Loading…
x
Reference in New Issue
Block a user