Update lib-install.sh
This commit is contained in:
parent
e96c7cd61e
commit
ab9870e174
1 changed files with 2 additions and 2 deletions
|
@ -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+=("${!}")
|
||||
|
|
Loading…
Reference in a new issue