Init
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
THEME_NAME="neon-recline"
|
||||
THEME_NAME="melawy-neon-recline"
|
||||
|
||||
if [[ -n "$THEME_NAME" ]]; then
|
||||
echo "Non empty"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 316 B |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
|
@ -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
|
||||
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
|
|
@ -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
|
||||