mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-23 05:25:25 +00:00
Update lib-install.sh
This commit is contained in:
@@ -369,12 +369,12 @@ install_themes() {
|
||||
install_xfwmy "${color}"
|
||||
|
||||
for color in "${colors[@]}"; do
|
||||
gtk_base "${color}" "${opacity}" "${theme}" &
|
||||
gtk_base "${color}" "${opacity}" "${theme}" "${compact}" &
|
||||
process_ids+=("${!}") &
|
||||
install_theemy "${color}" "${opacity}" "${alt}" "${theme}" "${icon}" &
|
||||
process_ids+=("${!}")
|
||||
|
||||
gtk_base "${color}" "${opacity}" "${theme}" &
|
||||
gtk_base "${color}" "${opacity}" "${theme}" "${compact}" &
|
||||
process_ids+=("${!}") &
|
||||
install_shelly "${color}" "${opacity}" "${alt}" "${theme}" "${icon}" &
|
||||
process_ids+=("${!}")
|
||||
|
||||
Reference in New Issue
Block a user