From e2972de37accf5c9625619aee18755c185bb6562 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Tue, 26 May 2026 19:36:30 -0500 Subject: [PATCH] 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 --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 30efef9..386cfd0 100644 --- a/README.md +++ b/README.md @@ -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