danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
912 stars 107 forks source link

plymouth: remove `blackBackground` option #294

Closed danth closed 3 months ago

danth commented 3 months ago

This goes against the chosen color scheme.

It was added to improve the interaction with systemd-boot, which cannot be themed, so there was not a sudden transition from unthemed to themed areas. However, keeping Plymouth unthemed only moves this transition later into the boot process.

A nicer solution can be achieved by setting boot.loader.timeout = 0, which effectively makes systemd-boot invisible unless a key is held down. This is not something we should include in Stylix, since it changes behaviour, but we can recommend it to users who want it.