From a5690e7c8a15fd2d532b258d5197db118c66164a Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 19 Feb 2023 19:23:29 +0100 Subject: [PATCH] move images in screenshots/ --- README.md | 24 +++++++++--------- .../dotmatrix-intro-chevron.png | Bin .../dotmatrix-long-chevron.png | Bin .../dotmatrix-med-chevron.png | Bin .../dotmatrix-med-slant.png | Bin .../dotmatrix-med-text.png | Bin .../dotmatrix-short-chevron.png | Bin .../dotmatrix-short-dots.png | Bin .../dotmatrix-short-round.png | Bin .../dotmatrix-short-slant.png | Bin .../dotmatrix-short-text.png | Bin .../dotmatrix-spaced.png | Bin .../dotmatrix-unspaced.png | Bin 13 files changed, 12 insertions(+), 12 deletions(-) rename dotmatrix-intro-chevron.png => screenshots/dotmatrix-intro-chevron.png (100%) rename dotmatrix-long-chevron.png => screenshots/dotmatrix-long-chevron.png (100%) rename dotmatrix-med-chevron.png => screenshots/dotmatrix-med-chevron.png (100%) rename dotmatrix-med-slant.png => screenshots/dotmatrix-med-slant.png (100%) rename dotmatrix-med-text.png => screenshots/dotmatrix-med-text.png (100%) rename dotmatrix-short-chevron.png => screenshots/dotmatrix-short-chevron.png (100%) rename dotmatrix-short-dots.png => screenshots/dotmatrix-short-dots.png (100%) rename dotmatrix-short-round.png => screenshots/dotmatrix-short-round.png (100%) rename dotmatrix-short-slant.png => screenshots/dotmatrix-short-slant.png (100%) rename dotmatrix-short-text.png => screenshots/dotmatrix-short-text.png (100%) rename dotmatrix-spaced.png => screenshots/dotmatrix-spaced.png (100%) rename dotmatrix-unspaced.png => screenshots/dotmatrix-unspaced.png (100%) diff --git a/README.md b/README.md index f298f58..3f636fc 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,20 @@ Preview If there is nothing special about the current context, the appearance of DotMatrix might be as simple as this: -![](dotmatrix-short-chevron.png) +![](screenshots/dotmatrix-short-chevron.png) A typical display of a slightly complex session would look like this: -![](dotmatrix-med-chevron.png) +![](screenshots/dotmatrix-med-chevron.png) The DotMatrix theme also comes as several variants, changing the shape of the segments separators, like the (default) "dotmatrix" pixels: -![](dotmatrix-short-dots.png) +![](screenshots/dotmatrix-short-dots.png) or the "slant" variant: -![](dotmatrix-med-slant.png) +![](screenshots/dotmatrix-med-slant.png) Design @@ -72,7 +72,7 @@ For instance, in the following prompt, you can see that the user is in a Git rep - the rightmost blue "≠" indicates that there are some modifications waiting to be commited (hence the directional hint, from a diff to the branch). - the leftmost blue segment indicates that there are some commits that may be pushed to the remote (hence the directional hint, from the branch to the VCS symbol). -![](dotmatrix-intro-chevron.png) +![](screenshots/dotmatrix-intro-chevron.png) The screenshot also shows that the last command ended in an error, hence the red-over-yellow error code. @@ -117,25 +117,25 @@ Variants needing a Nerd-fonts font: - "chevron" (the recommended one): -![](dotmatrix-short-chevron.png) +![](screenshots/dotmatrix-short-chevron.png) - "round": -![](dotmatrix-short-round.png) +![](screenshots/dotmatrix-short-round.png) - "slant": -![](dotmatrix-short-slant.png) +![](screenshots/dotmatrix-short-slant.png) Variants available with a regular font: - "dotmatrix" (the default): -![](dotmatrix-short-dots.png) +![](screenshots/dotmatrix-short-dots.png) - "text" (using only common characters): -![](dotmatrix-short-text.png) +![](screenshots/dotmatrix-short-text.png) Configuration @@ -189,11 +189,11 @@ showing segments without extra spaces around their joints. Example of a spaced prompt: -![](dotmatrix-spaced.png) +![](screenshots/dotmatrix-spaced.png) Example of a compact prompt: -![](dotmatrix-unspaced.png) +![](screenshots/dotmatrix-unspaced.png) #### Specific features diff --git a/dotmatrix-intro-chevron.png b/screenshots/dotmatrix-intro-chevron.png similarity index 100% rename from dotmatrix-intro-chevron.png rename to screenshots/dotmatrix-intro-chevron.png diff --git a/dotmatrix-long-chevron.png b/screenshots/dotmatrix-long-chevron.png similarity index 100% rename from dotmatrix-long-chevron.png rename to screenshots/dotmatrix-long-chevron.png diff --git a/dotmatrix-med-chevron.png b/screenshots/dotmatrix-med-chevron.png similarity index 100% rename from dotmatrix-med-chevron.png rename to screenshots/dotmatrix-med-chevron.png diff --git a/dotmatrix-med-slant.png b/screenshots/dotmatrix-med-slant.png similarity index 100% rename from dotmatrix-med-slant.png rename to screenshots/dotmatrix-med-slant.png diff --git a/dotmatrix-med-text.png b/screenshots/dotmatrix-med-text.png similarity index 100% rename from dotmatrix-med-text.png rename to screenshots/dotmatrix-med-text.png diff --git a/dotmatrix-short-chevron.png b/screenshots/dotmatrix-short-chevron.png similarity index 100% rename from dotmatrix-short-chevron.png rename to screenshots/dotmatrix-short-chevron.png diff --git a/dotmatrix-short-dots.png b/screenshots/dotmatrix-short-dots.png similarity index 100% rename from dotmatrix-short-dots.png rename to screenshots/dotmatrix-short-dots.png diff --git a/dotmatrix-short-round.png b/screenshots/dotmatrix-short-round.png similarity index 100% rename from dotmatrix-short-round.png rename to screenshots/dotmatrix-short-round.png diff --git a/dotmatrix-short-slant.png b/screenshots/dotmatrix-short-slant.png similarity index 100% rename from dotmatrix-short-slant.png rename to screenshots/dotmatrix-short-slant.png diff --git a/dotmatrix-short-text.png b/screenshots/dotmatrix-short-text.png similarity index 100% rename from dotmatrix-short-text.png rename to screenshots/dotmatrix-short-text.png diff --git a/dotmatrix-spaced.png b/screenshots/dotmatrix-spaced.png similarity index 100% rename from dotmatrix-spaced.png rename to screenshots/dotmatrix-spaced.png diff --git a/dotmatrix-unspaced.png b/screenshots/dotmatrix-unspaced.png similarity index 100% rename from dotmatrix-unspaced.png rename to screenshots/dotmatrix-unspaced.png