Merge pull request #5 from pixlxip/patch-1

Update firefox_gnome_theme.py
This commit is contained in:
David Lapshin 2024-01-03 20:55:32 +03:00 committed by GitHub
commit cc95cdf36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,8 +119,10 @@ class FirefoxGnomeTheme2Plugin(IPlugin):
for path in [
"~/.mozilla/firefox",
"~/.librewolf",
"~/.waterfox",
"~/.var/app/org.mozilla.firefox/.mozilla/firefox",
"~/.var/app/io.gitlab.librewolf-community/.librewolf",
"~/.var/app/net.waterfox.waterfox/.waterfox",
]:
try:
directory = Path(path).expanduser()