More readme adjustments

This commit is contained in:
1deterministic 2019-07-11 21:39:33 -03:00
parent 52978e5b2f
commit ff6c3a0daa
24 changed files with 21 additions and 6 deletions

View file

@ -3,9 +3,18 @@
Plymouth-Progress-Bar is a Plymoyth theme featuring a progress bar, available in various color schemes. It is based on **[Micheal Bearly's Apple Mac Plymouth Bar](https://www.opencode.net/mikebearly/apple-mac-plymouth)**
# Screenshots
<img src="screenshots/adwaita-blue-dark/1024x768.png" alt="drawing" width="250"/><img src="screenshots/adwaita-blue-light/1024x768.png" alt="drawing" width="250"/><img src="screenshots/arch-linux-branded/1024x768.png" alt="drawing" width="250"/><img src="screenshots/breeze-blue-dark/1024x768.png" alt="drawing" width="250"/>
<img src="screenshots/breeze-blue-light/1024x768.png" alt="drawing" width="250"/><img src="screenshots/debian-branded/1024x768.png" alt="drawing" width="250"/><img src="screenshots/fedora-branded/1024x768.png" alt="drawing" width="250"/><img src="screenshots/manjaro-branded/1024x768.png" alt="drawing" width="250"/>
<img src="screenshots/opensuse-branded/1024x768.png" alt="drawing" width="250"/><img src="screenshots/steam-os-branded/1024x768.png" alt="drawing" width="250"/><img src="screenshots/ubuntu-branded/1024x768.png" alt="drawing" width="250"/>
<img src='screenshots/adwaita-blue-dark.png' alt='drawing' width='25%'/>
<img src='screenshots/adwaita-blue-light.png' alt='drawing' width='25%'/>
<img src='screenshots/arch-linux-branded.png' alt='drawing' width='25%'/>
<img src='screenshots/breeze-blue-dark.png' alt='drawing' width='25%'/>
<img src='screenshots/breeze-blue-light.png' alt='drawing' width='25%'/>
<img src='screenshots/debian-branded.png' alt='drawing' width='25%'/>
<img src='screenshots/fedora-branded.png' alt='drawing' width='25%'/>
<img src='screenshots/manjaro-branded.png' alt='drawing' width='25%'/>
<img src='screenshots/opensuse-branded.png' alt='drawing' width='25%'/>
<img src='screenshots/steam-os-branded.png' alt='drawing' width='25%'/>
<img src='screenshots/ubuntu-branded.png' alt='drawing' width='25%'/>
**[Screenshots folder (including encryption prompt)](https://github.com/1deterministic/Plymouth-Progress-Bar/tree/master/screenshots)**

View file

@ -11,8 +11,8 @@ for i in $color_schemes/*;
do
for f in $i/*;
do
if [ -d $f ]; then
(name=$(basename $f)-$(basename $(dirname $f))
if [ -d $f ]; then (
name=$(basename $f)-$(basename $(dirname $f))
if [ ! -d $build/$name ]; then
mkdir $build/$name
@ -30,10 +30,16 @@ do
cp $f/logo.png $build/$name &&
cp $f/progress-bar.png $build/$name &&
cp $f/progress-box.png $build/$name &&
sed "s/::NAME::/$name/g" plymouth > $build/$name/$name.plymouth &&
cat script > $build/$name/$name.script &&
python3 -B ./create-screenshots.py --path=$build/$name) || exit 1
python3 -B ./create-screenshots.py --path=$build/$name &&
# creates/updates readme screenshots
cp $build/$name/screenshots/1024x768.png ./screenshots/$name.png &&
cp $build/$name/screenshots/1024x768-encrypted.png ./screenshots/$name-encrypted.png
) || exit 1
fi
done;
done;

View file

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View file

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

Before

Width:  |  Height:  |  Size: 544 KiB

After

Width:  |  Height:  |  Size: 544 KiB

View file

Before

Width:  |  Height:  |  Size: 547 KiB

After

Width:  |  Height:  |  Size: 547 KiB

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

Before

Width:  |  Height:  |  Size: 591 KiB

After

Width:  |  Height:  |  Size: 591 KiB

View file

Before

Width:  |  Height:  |  Size: 595 KiB

After

Width:  |  Height:  |  Size: 595 KiB

View file

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB