docs: add AUR install (stable and -git package sets)

Document the two AUR channels: strata-daemon + gnome-shell-extension-strata
(stable, tagged) and strata-daemon-git + gnome-shell-extension-strata-git
(latest main). Install both packages from one channel; don't mix.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Eduard Tolosa 2026-05-26 19:36:30 -05:00
parent 6f0f7db513
commit e2972de37a

View file

@ -36,6 +36,32 @@ GNOME Shell (GJS) ──D-Bus──▶ strata-daemon ──▶ SQLite (~/.lo
## Install
### Arch Linux (AUR)
Strata is split into a daemon package and an extension package; install both.
Two channels are available -- pick one channel and don't mix them:
- **Stable (tagged releases):** `strata-daemon` + `gnome-shell-extension-strata`
- **Git (latest `main`):** `strata-daemon-git` + `gnome-shell-extension-strata-git`
```sh
# Stable
paru -S strata-daemon gnome-shell-extension-strata
# or Git
paru -S strata-daemon-git gnome-shell-extension-strata-git
```
(Use your AUR helper of choice, e.g. `yay` instead of `paru`.) Then log out /
log back in (Wayland) or `Alt+F2``r` (X11) and enable:
```sh
gnome-extensions enable strata@edu4rdshl.dev
```
The daemon is installed to `/usr/bin/strata-daemon` (already in `$PATH`), so
the extension finds it automatically.
### From source (local build)
```sh