This commit is contained in:
Valeria Fadeeva 2026-08-06 21:00:50 +05:00
parent b9a13bb2a8
commit 0ff275c055
28 changed files with 18 additions and 18 deletions

View File

@ -19,7 +19,7 @@ Plymouth boot splash theme for **Melawy Linux (neon-recline)**.
## 📁 Структура
```
├── neon-recline/ # Финальная тема (скрипт + ассеты)
├── melawy-neon-recline/ # Финальная тема (скрипт + ассеты)
│ ├── script.script # Основной скрипт Plymouth
│ └── *.png # Изображения
├── dev/ # Разработка
@ -42,8 +42,8 @@ sudo bash install.sh
Или вручную:
```bash
sudo cp -r neon-recline /usr/share/plymouth/themes/
sudo plymouth-set-default-theme -R neon-recline
sudo cp -r melawy-neon-recline /usr/share/plymouth/themes/
sudo plymouth-set-default-theme -R melawy-neon-recline
```
## 🔧 Разработка
@ -90,4 +90,4 @@ npx @vscode/vsce package
## 📄 Лицензия
[AGPL-3.0](LICENSE)
[AGPL-3.0-only](LICENSE)

View File

@ -1,6 +1,6 @@
#!/bin/bash
THEME_NAME="neon-recline"
THEME_NAME="melawy-neon-recline"
if [[ -n "$THEME_NAME" ]]; then
echo "Non empty"

View File

@ -1,6 +1,6 @@
#!/bin/bash
THEME_NAME="neon-recline"
THEME_NAME="malawy-neon-recline"
if [[ -z "$THEME_NAME" ]]; then
echo "Theme name is empty. Exit"
@ -23,4 +23,4 @@ if [[ $? -eq 0 ]]; then
else
echo "Make failed!"
exit 1
fi
fi

View File

@ -13,7 +13,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_DIR="$SCRIPT_DIR/.."
THEME_NAME="neon-recline"
THEME_NAME="melawy-neon-recline"
THEME_PATH="/usr/share/plymouth/themes/$THEME_NAME"
echo "============================================"
@ -53,4 +53,4 @@ echo ""
sleep 2
# --- Запуск демона ---
exec sudo plymouthd --debug --no-daemon --tty=/dev/tty7
exec sudo plymouthd --debug --no-daemon --tty=/dev/tty7

View File

@ -16,7 +16,7 @@ if [[ ! -d "$THEME_PATH" ]];then
mkdir -p "$THEME_PATH"
fi
THEME_NAME="neon-recline"
THEME_NAME="melawy-neon-recline"
rm -rf $THEME_PATH/$THEME_NAME

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.8 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

View File

Before

Width:  |  Height:  |  Size: 376 B

After

Width:  |  Height:  |  Size: 376 B

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 538 B

After

Width:  |  Height:  |  Size: 538 B

View File

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 221 B

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 316 B

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,8 @@
[Plymouth Theme]
Name=Melawy: Neon Recline
Description=Based on Script
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/melawy-neon-recline
ScriptFile=/usr/share/plymouth/themes/melawy-neon-recline/script.script

View File

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

@ -1,8 +0,0 @@
[Plymouth Theme]
Name=Melawy: Neon Recline
Description=Based on Script
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/neon-recline
ScriptFile=/usr/share/plymouth/themes/neon-recline/script.script