From 1a331fade9245c74185b887a166c973fe8a07d02 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Tue, 26 Aug 2025 19:08:37 +0000 Subject: [PATCH] Add our defaults to plymouth. --- mkosi.extra/usr/share/plymouth/plymouthd.defaults | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mkosi.extra/usr/share/plymouth/plymouthd.defaults diff --git a/mkosi.extra/usr/share/plymouth/plymouthd.defaults b/mkosi.extra/usr/share/plymouth/plymouthd.defaults new file mode 100644 index 0000000..be1e8c5 --- /dev/null +++ b/mkosi.extra/usr/share/plymouth/plymouthd.defaults @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +# Distribution defaults. +[Daemon] +Theme=breeze-bgrt +ShowDelay=0 +DeviceTimeout=8 \ No newline at end of file