mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-06-18 16:18:34 +00:00
Fixed issues
This commit is contained in:
@@ -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=()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user