Skip to content

Commit

Permalink
scripts: auto-install: Add Floorp and organise listings (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsilverwood committed Jun 14, 2024
1 parent b8dca1f commit 73ab9e3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions scripts/auto-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ sysThemeNames=("'Pop'" "'Pop-dark'" "'Pop-light'" "'Yaru'" "'Yaru-dark'" "'Yaru-
themeNames=("pop" "pop" "pop" "yaru" "yaru" "yaru" "maia" "maia")

firefoxInstallationPaths=(
~/.mozilla/firefox
~/.var/app/org.mozilla.firefox/.mozilla/firefox
~/.librewolf
~/.var/app/io.gitlab.librewolf-community/.librewolf
~/snap/firefox/common/.mozilla/firefox
# Firefox
~/.mozilla/firefox # Package
~/.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
~/snap/firefox/common/.mozilla/firefox # Snap

# Librewolf
~/.librewolf # Package
~/.var/app/io.gitlab.librewolf-community/.librewolf # Flatpak

# Floorp
~/.floorp # Package
~/.var/app/one.ablaze.floorp/.floorp # Flatpak

)

currentTheme=$(gsettings get org.gnome.desktop.interface gtk-theme ) || currentTheme=""
Expand Down

0 comments on commit 73ab9e3

Please sign in to comment.