aboutsummaryrefslogtreecommitdiff
path: root/lib/AlgaOS
diff options
context:
space:
mode:
authorsergio <sergiotarxz@posteo.net>2026-08-21 16:16:48 +0000
committersergio <sergiotarxz@posteo.net>2026-08-21 16:16:48 +0000
commit02d4850ce64e4d5c5f94ec344b682b4b4e582cc2 (patch)
tree8843914c797fd113ed4dd7ceb41214ca799845bc /lib/AlgaOS
parent50fe9ebba2b3a43e312e96e3e33b9644e0a82ee6 (diff)
Adding default theme selection
Diffstat (limited to 'lib/AlgaOS')
-rw-r--r--lib/AlgaOS/Installer/GUI.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AlgaOS/Installer/GUI.pm b/lib/AlgaOS/Installer/GUI.pm
index 164e42e..789bc20 100644
--- a/lib/AlgaOS/Installer/GUI.pm
+++ b/lib/AlgaOS/Installer/GUI.pm
@@ -711,6 +711,7 @@ menuentry "AlgaOS" --unrestricted {
EOF
}
excfailexit qw{emerge --sync};
+ excfailexit qw{plymouth-set-default-theme -R colorful_loop};
for my $kver ( glob("/boot/recovery/kernel-*") ) {
die "No kernel found in /boot/recovery\n" unless $kver;