Fixed issues

This commit is contained in:
vinceliuice
2025-07-03 20:02:54 +08:00
parent 14d28dab57
commit 3753da35a2
8 changed files with 113 additions and 43 deletions

View File

@@ -537,6 +537,11 @@ config_gtk4() {
prompt -s "\n Installed ${name}${color}${opacity}${alt}${theme}${scheme} gtk-4.0 theme in '${HOME}/.config/gtk-4.0' for libadwaita!"
}
reset_gtk_base() {
libadwaita='true'
accent_type='fixed'
}
install_libadwaita() {
color="${colors[0]}"
opacity="${opacities[0]}"
@@ -592,6 +597,20 @@ install_themes() {
stop_animation; fix_whiskermenu
}
clean_themes() {
for color in "${colors[@]}"; do
for opacity in "${opacities[@]}"; do
for alt in "${alts[@]}"; do
for theme in "${themes[@]}"; do
for scheme in "${schemes[@]}"; do
remove_packy "${color}" "${opacity}" "${alt}" "${theme}" "${scheme}"
done
done
done
done
done
}
remove_themes() {
process_ids=()