Add Plymouth as required module for systemd-boot setup

This commit is contained in:
Kay Türtscher 2026-04-15 08:44:39 +02:00
parent f6667e87e4
commit 13e3023c50
7 changed files with 51 additions and 0 deletions

View file

@ -114,3 +114,9 @@ Hyprmod wird fest eingeplant, aber:
- alltagstauglich
- mit einem kleinen Hauch Fancy statt kompletter Effekt-Overkill
- Hyprmod fest dabei
## Boot-Konzept
- systemd-boot statt GRUB
- Plymouth als Pflichtmodul
- SDDM als Login Manager

View file

@ -6,6 +6,7 @@
- Fokus: frisch installierbar auf neuem Rechner
## Pflichtkomponenten
- Plymouth (Pflichtmodul, systemd-boot Setup)
- Hyprland
- Hyprmod
- Caelestia Shell

View file

@ -7,6 +7,7 @@ Ziel: ein installierbares, reproduzierbares Hyprland Setup für Arch Linux.
- Caelestia Shell Pflicht
- Kitty Terminal
- SDDM Login Manager
- Plymouth Pflichtmodul (systemd-boot)
- power-profiles-daemon
- Oh My Posh
- forest cyber / emerald hacker / moody green minimal

View file

@ -0,0 +1,14 @@
# Plymouth + systemd-boot Notizen
## Ziel
Plymouth als Pflichtmodul auf Arch Linux mit systemd-boot.
## Typische Schritte
1. Paket `plymouth` installieren
2. `plymouth` Hook in `/etc/mkinitcpio.conf` ergänzen
3. `mkinitcpio -P` ausführen
4. Kernel-Parameter für quiet splash prüfen
5. systemd-boot Einträge passend setzen
## Hinweis
Kein GRUB-Fokus. Dieses Setup geht von `systemd-boot` aus.

16
config/plymouth/README.md Normal file
View file

@ -0,0 +1,16 @@
# Plymouth Integration
Plymouth ist Pflichtbestandteil des Setups.
## Ziel
- animierter Bootscreen
- stilistisch passend zu forest-cyber / emerald hacker
- Übergang von systemd-boot -> Plymouth -> SDDM -> Hyprland
## V1
- Plymouth wird installiert
- Plymouth wird in mkinitcpio Hooks eingeplant
- Platz für eigenes Theme `forest-arch` ist vorgesehen
## Bootloader
Dieses Setup zielt auf `systemd-boot`, nicht auf GRUB.

View file

@ -0,0 +1,12 @@
# Forest Arch Plymouth Theme
Geplantes Theme:
- dunkler Hintergrund
- animiertes Arch-Logo
- emerald / teal Akzente
- clean statt überladen
Später hier:
- theme.plymouth
- script / assets
- Animationen

View file

@ -31,3 +31,4 @@ rofi-wayland
sddm
qt6-5compat
qt6-declarative
plymouth