diff --git a/.gitignore b/.gitignore index 19d78b0..c489766 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,9 @@ strata-daemon/target/ # Bundled binary (no longer shipped - daemon must be installed separately) strata@edu4rdshl.dev/bin/ -# Screenshots / scratch images +# Screenshots / scratch images (project assets under assets/ are kept) *.png +!assets/*.png # External reference code (not part of this project) external_sources/ diff --git a/README.md b/README.md index 75d87b3..e1a0940 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,16 @@ Unknown MIME types are ignored (a strict allowlist). ## How it looks -The idea is to have a simple but responsive UI that fits into the project's goals. Actually, Strata looks like it: +A responsive panel that drops down from the top bar and follows the GNOME +shell's look. -image +

+ 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 diff --git a/assets/panel-desktop.png b/assets/panel-desktop.png new file mode 100644 index 0000000..3b971ab Binary files /dev/null and b/assets/panel-desktop.png differ diff --git a/assets/panel.png b/assets/panel.png new file mode 100644 index 0000000..a514e1e Binary files /dev/null and b/assets/panel.png differ