vinceliuice / Mojave-gtk-theme

Mojave is a macos Mojave like theme for GTK 3, GTK 2 and Gnome-Shell
GNU General Public License v3.0
1.5k stars 243 forks source link

Bug in install.sh #247

Closed geos-github closed 5 months ago

geos-github commented 5 months ago

There's a small bug in install.sh which manifests in a failure to install the plank files when a non-default name has been set (using -n or --name). To fix this issue, the line cp -r "${SRC_DIR}/other/plank/${name}${color}/"'.theme' "${THEME_DIR}/plank" needs to be corrected to cp -r "${SRC_DIR}/other/plank/Mojave${color}/"'.theme' "${THEME_DIR}/plank"