Frewacom / pywalfox

Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
https://addons.mozilla.org/en-US/firefox/addon/pywalfox/
Mozilla Public License 2.0
582 stars 12 forks source link

Waterfox support? #118

Open daveedmee opened 8 months ago

daveedmee commented 8 months ago

I saw that Librewolf users have to use an experimental backend, would it be needed for Waterfox too?

Frewacom commented 8 months ago

It depends on where Waterfox stores configuration files, etc. If it stores them in the same folder as Firefox, i.e. under .mozilla or /usr/lib/mozilla, the normal backend should work. If not - assuming Waterfox works the same way as Firefox - we need to copy the native messaging host manifest for Pywalfox into the appropriate folder. In that case, we would need to add support for it in the backend in order for the installer to work.

You can find the folder paths into which Pywalfox installs its manifest here: https://github.com/Frewacom/pywalfox-native/blob/8cb036ae42f655274c2cfb0237b648725d1a5740/pywalfox/install.py#L20-L31