From 0f73fe1e38a04fc574476bc1068c4001535c8dd2 Mon Sep 17 00:00:00 2001 From: xYc4t <205344139+xYc4t@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:13:55 +0700 Subject: [PATCH] install: fix firefox/zen native messaging path (#11) The `native-messaging-hosts` directory was previously placed under `.zen`, which prevents the native messaging from working properly. This fix moves it to the correct location: `.mozilla/native-messaging-hosts`, allowing the extension to sync system theme settings as expected. --- install.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.fish b/install.fish index 228b96a..23025f6 100755 --- a/install.fish +++ b/install.fish @@ -257,7 +257,7 @@ if set -q _flag_zen end # Install native app - set -l hosts $HOME/.zen/native-messaging-hosts + set -l hosts $HOME/.mozilla/native-messaging-hosts set -l lib $HOME/.local/lib/caelestia if confirm-overwrite $hosts/caelestiafox.json