Add LibreWolf support to install script (#346)

This commit is contained in:
Laurin Neff 2022-02-20 15:57:09 +01:00 committed by GitHub
parent 7af6e1f497
commit 2f2e77ceea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ themeNames=("pop" "pop" "pop" "yaru" "yaru" "yaru" "maia" "maia")
firefoxInstalationPaths=(
~/.mozilla/firefox
~/.var/app/org.mozilla.firefox/.mozilla/firefox
~/.librewolf
~/.var/app/io.gitlab.librewolf-community/.librewolf
)
currentTheme=$(gsettings get org.gnome.desktop.interface gtk-theme ) || currentTheme=""