File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,19 @@ sysThemeNames=("'Pop'" "'Pop-dark'" "'Pop-light'" "'Yaru'" "'Yaru-dark'" "'Yaru-
44themeNames=(" pop" " pop" " pop" " yaru" " yaru" " yaru" " maia" " maia" )
55
66firefoxInstallationPaths=(
7- ~ /.mozilla/firefox
8- ~ /.var/app/org.mozilla.firefox/.mozilla/firefox
9- ~ /.librewolf
10- ~ /.var/app/io.gitlab.librewolf-community/.librewolf
11- ~ /snap/firefox/common/.mozilla/firefox
7+ # Firefox
8+ ~ /.mozilla/firefox # Package
9+ ~ /.var/app/org.mozilla.firefox/.mozilla/firefox # Flatpak
10+ ~ /snap/firefox/common/.mozilla/firefox # Snap
11+
12+ # Librewolf
13+ ~ /.librewolf # Package
14+ ~ /.var/app/io.gitlab.librewolf-community/.librewolf # Flatpak
15+
16+ # Floorp
17+ ~ /.floorp # Package
18+ ~ /.var/app/one.ablaze.floorp/.floorp # Flatpak
19+
1220)
1321
1422currentTheme=$( gsettings get org.gnome.desktop.interface gtk-theme ) || currentTheme=" "
You can’t perform that action at this time.
0 commit comments