diff --git a/manjaro/kde/Packages-Desktop b/manjaro/kde/Packages-Desktop index e0b01751..13db45fb 100644 --- a/manjaro/kde/Packages-Desktop +++ b/manjaro/kde/Packages-Desktop @@ -137,6 +137,8 @@ oxygen-icons sddm-breath-theme grub-theme-manjaro breeze-gtk +plymouth +plymouth-theme-manjaro ## KDE Applications ark diff --git a/manjaro/kde/desktop-overlay/etc/plymouth/plymouthd.conf b/manjaro/kde/desktop-overlay/etc/plymouth/plymouthd.conf new file mode 100644 index 00000000..2b9123a2 --- /dev/null +++ b/manjaro/kde/desktop-overlay/etc/plymouth/plymouthd.conf @@ -0,0 +1,6 @@ +# Distribution defaults. Changes to this file will get overwritten during +# upgrades. +[Daemon] +Theme=manjaro +ShowDelay=0 +DeviceTimeout=8 diff --git a/manjaro/kde/profile.conf b/manjaro/kde/profile.conf index e7cee227..7289f885 100644 --- a/manjaro/kde/profile.conf +++ b/manjaro/kde/profile.conf @@ -69,3 +69,5 @@ disable_systemd=('avahi-daemon' 'pacman-init') # services in enable_systemd array don't need to be listed here # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') disable_systemd_live=('tlp' 'tlp-sleep') + +custom_boot_args=('splash') diff --git a/manjaro/xfce/Packages-Desktop b/manjaro/xfce/Packages-Desktop index 33fd61f9..0e6a3cc9 100644 --- a/manjaro/xfce/Packages-Desktop +++ b/manjaro/xfce/Packages-Desktop @@ -153,6 +153,8 @@ grub-theme-manjaro matcha-gtk-theme xcursor-simpleandsoft xcursor-vanilla-dmz-aa +plymouth +plymouth-theme-manjaro ## Applications >extra catfish diff --git a/manjaro/xfce/desktop-overlay/etc/plymouth/plymouthd.conf b/manjaro/xfce/desktop-overlay/etc/plymouth/plymouthd.conf new file mode 100644 index 00000000..2b9123a2 --- /dev/null +++ b/manjaro/xfce/desktop-overlay/etc/plymouth/plymouthd.conf @@ -0,0 +1,6 @@ +# Distribution defaults. Changes to this file will get overwritten during +# upgrades. +[Daemon] +Theme=manjaro +ShowDelay=0 +DeviceTimeout=8 diff --git a/manjaro/xfce/profile.conf b/manjaro/xfce/profile.conf index 5b0ea49e..c36f2f38 100644 --- a/manjaro/xfce/profile.conf +++ b/manjaro/xfce/profile.conf @@ -70,3 +70,4 @@ disable_systemd=('pacman-init') # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') disable_systemd_live=('tlp' 'tlp-sleep') +custom_boot_args=('splash')