From 6ea44ac60cd0d703511eae55c5f03863c52cc92f Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 2 Jul 2026 16:16:29 -0500 Subject: [PATCH] docs: move the screenshots section lower --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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,