Init
|
|
@ -19,7 +19,7 @@ Plymouth boot splash theme for **Melawy Linux (neon-recline)**.
|
||||||
## 📁 Структура
|
## 📁 Структура
|
||||||
|
|
||||||
```
|
```
|
||||||
├── neon-recline/ # Финальная тема (скрипт + ассеты)
|
├── melawy-neon-recline/ # Финальная тема (скрипт + ассеты)
|
||||||
│ ├── script.script # Основной скрипт Plymouth
|
│ ├── script.script # Основной скрипт Plymouth
|
||||||
│ └── *.png # Изображения
|
│ └── *.png # Изображения
|
||||||
├── dev/ # Разработка
|
├── dev/ # Разработка
|
||||||
|
|
@ -42,8 +42,8 @@ sudo bash install.sh
|
||||||
Или вручную:
|
Или вручную:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo cp -r neon-recline /usr/share/plymouth/themes/
|
sudo cp -r melawy-neon-recline /usr/share/plymouth/themes/
|
||||||
sudo plymouth-set-default-theme -R neon-recline
|
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
|
#!/bin/bash
|
||||||
|
|
||||||
THEME_NAME="neon-recline"
|
THEME_NAME="melawy-neon-recline"
|
||||||
|
|
||||||
if [[ -n "$THEME_NAME" ]]; then
|
if [[ -n "$THEME_NAME" ]]; then
|
||||||
echo "Non empty"
|
echo "Non empty"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
THEME_NAME="neon-recline"
|
THEME_NAME="malawy-neon-recline"
|
||||||
|
|
||||||
if [[ -z "$THEME_NAME" ]]; then
|
if [[ -z "$THEME_NAME" ]]; then
|
||||||
echo "Theme name is empty. Exit"
|
echo "Theme name is empty. Exit"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ set -e
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
PROJECT_DIR="$SCRIPT_DIR/.."
|
PROJECT_DIR="$SCRIPT_DIR/.."
|
||||||
|
|
||||||
THEME_NAME="neon-recline"
|
THEME_NAME="melawy-neon-recline"
|
||||||
THEME_PATH="/usr/share/plymouth/themes/$THEME_NAME"
|
THEME_PATH="/usr/share/plymouth/themes/$THEME_NAME"
|
||||||
|
|
||||||
echo "============================================"
|
echo "============================================"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ if [[ ! -d "$THEME_PATH" ]];then
|
||||||
mkdir -p "$THEME_PATH"
|
mkdir -p "$THEME_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
THEME_NAME="neon-recline"
|
THEME_NAME="melawy-neon-recline"
|
||||||
|
|
||||||
rm -rf $THEME_PATH/$THEME_NAME
|
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
|
|
||||||