mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
Add UI appearance section to README
Added a section to showcase the UI of Strata with an image.
This commit is contained in:
parent
3d43d1e151
commit
b4c53c2250
1 changed files with 6 additions and 2 deletions
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
# Strata
|
||||
|
||||
<img width="1470" height="1227" alt="image" src="https://github.com/user-attachments/assets/07a17d08-4d7f-4afb-bafc-9346814e376a" />
|
||||
|
||||
A fast, stutter-free clipboard manager for GNOME Shell.
|
||||
|
||||
All heavy work (hashing, decoding, storage, search, thumbnails) lives in a Rust
|
||||
|
|
@ -80,6 +78,12 @@ 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
|
||||
|
||||
The idea is to have a simple but responsive UI that fits into the project's goals. Actually, Strata looks like it:
|
||||
|
||||
<img width="1470" height="1227" alt="image" src="https://github.com/user-attachments/assets/07a17d08-4d7f-4afb-bafc-9346814e376a" />
|
||||
|
||||
## Architecture
|
||||
|
||||
Strata is **two components**, and you need **both** for it to work:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue