Updates
Rolling release / release (push) Successful in 6m40s

This commit is contained in:
2026-09-12 14:45:04 -04:00
parent dac3b0b9f2
commit 390b2fa098
29 changed files with 381 additions and 174 deletions
+7 -5
View File
@@ -1,14 +1,16 @@
# Jarvis settings
Run `python3 apps/control-center/main.py` (or `gjs -m apps/control-center/main.js`).
The Control Center and the GNOME extension's Settings button now open the same
Libadwaita settings pages and use the same configuration catalog. Requires GJS,
GTK 4, and Libadwaita 1.4 or newer. The window uses the Jarvis mark, Gold accent,
and tagline “Local voice for your desktop.”
After `packaging/install.sh`, the **Jarvis** launcher
(`io.qvac.Jarvis.Control`) opens the same window. The Control Center and the
GNOME extension's Settings button share the Libadwaita pages and configuration
catalog. Requires GJS, GTK 4, and Libadwaita 1.4 or newer. The window uses the
Jarvis mark, Gold accent, and tagline “Local voice for your desktop.” Copyright
HoneyPeer, LLC; license AGPLv3 or later.
Voice, listening, and desktop settings are saved to
`$XDG_CONFIG_HOME/jarvis/config.json` (default `~/.config/jarvis/config.json`).
Use **Apply** or **Apply & Preview**. Appearance and shortcuts use GSettings and
apply immediately. Chat model and agent limits require restarting `jarvisd`.
See [settings reference](../../docs/settings.md) for details.
See [settings reference](../../docs/settings.md) and [brand](../../docs/brand.md).