diff --git a/README.md b/README.md index f1db89d..437e71c 100644 --- a/README.md +++ b/README.md @@ -87,19 +87,6 @@ Unknown MIME types are ignored (a strict allowlist). - Keyboard navigation (arrow keys, `Esc` to close), click-outside to dismiss, per-row delete, and "Clear all". -## How it looks - -A responsive panel that drops down from the top bar and follows the GNOME -shell's look. - -

- Strata's clipboard panel open on the GNOME desktop -

- -

- Close-up of the Strata panel: a URL with its hostname, an image thumbnail, color swatches, and text entries -

- ## Architecture Strata is **two components**, and you need **both** for it to work: @@ -239,6 +226,19 @@ the wire protocol and a `busctl` example. The shipped UI is a GNOME Shell extension. Ports to other desktops only need a new front-end against the same D-Bus interface. +## How it looks + +A responsive panel that drops down from the top bar and follows the GNOME +shell's look. + +

+ Strata's clipboard panel open on the GNOME desktop +

+ +

+ Close-up of the Strata panel: a URL with its hostname, an image thumbnail, color swatches, and text entries +

+ ## Deeper reading - [`ARCHITECTURE.md`](ARCHITECTURE.md): design goals, process model,