Files
InnotexBootloarder/README.md
2025-08-23 16:51:10 +02:00

45 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Thème InnotexBootloarder pour Plymouth
Ce projet est une version personnalisée du thème Plymouth, utilisant le logo Innotex et des messages de confidentialité.
Il est basé sur [plymouth-bgrt](https://github.com/glics/plymouth-modern-bgrt).
Jai récupéré et adapté ce projet pour mon usage personnel.
![Aperçu](./preview.png)
---
## Installation
### Prérequis
- Un système Linux avec Plymouth installé.
- Les outils `imagemagick` (pour `convert`), `coreutils` (pour `install`) et `awk` doivent être présents.
- Une image de thème nommée `InnotexBootloarder.png` dans le dossier `InnotexBootloarder/`.
### Étapes dinstallation
1. Ouvrez un terminal dans le dossier du projet.
2. Rendez le script dinstallation exécutable :
```sh
chmod +x install.sh
```
3. Lancez linstallation en tant que root :
```sh
sudo ./install.sh
```
4. Activez le thème par défaut :
```sh
sudo plymouth-set-default-theme -R InnotexBootloarder
```
## Licence
Tous les fichiers de ce projet sont distribués sous [licence GNU GPL v3](./LICENSE).
---
## Auteur du projet original `plymouth-bgrt`
Innotex
---