Merge pull request #11 from sam-itt/patch-1

Fix install-gnome-backgrounds.sh --screen argument
This commit is contained in:
Vince
2025-04-02 20:07:49 +08:00
committed by GitHub

View File

@@ -189,7 +189,7 @@ fi
install_wallpaper() {
echo
for theme in "${themes[@]}"; do
for screen in "${screens[2]}"; do
for screen in "${screens[@]}"; do
install "$theme" "$screen"
done
done