mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
docs: move the screenshots section lower
This commit is contained in:
parent
56399996f5
commit
6ea44ac60c
1 changed files with 13 additions and 13 deletions
26
README.md
26
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,
|
- Keyboard navigation (arrow keys, `Esc` to close), click-outside to dismiss,
|
||||||
per-row delete, and "Clear all".
|
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.
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="assets/panel-desktop.png" alt="Strata's clipboard panel open on the GNOME desktop" width="100%">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="assets/panel.png" alt="Close-up of the Strata panel: a URL with its hostname, an image thumbnail, color swatches, and text entries" width="400">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
Strata is **two components**, and you need **both** for it to work:
|
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
|
The shipped UI is a GNOME Shell extension. Ports to other desktops only
|
||||||
need a new front-end against the same D-Bus interface.
|
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.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="assets/panel-desktop.png" alt="Strata's clipboard panel open on the GNOME desktop" width="100%">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="assets/panel.png" alt="Close-up of the Strata panel: a URL with its hostname, an image thumbnail, color swatches, and text entries" width="400">
|
||||||
|
</p>
|
||||||
|
|
||||||
## Deeper reading
|
## Deeper reading
|
||||||
|
|
||||||
- [`ARCHITECTURE.md`](ARCHITECTURE.md): design goals, process model,
|
- [`ARCHITECTURE.md`](ARCHITECTURE.md): design goals, process model,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue