summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-05-09 01:34:54 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-05-09 01:40:14 -0400
commit0211b7ff890210ecda2c58692f6e0ca709c27b16 (patch)
tree2236c21c8c51b579bbece183d8016e40fb1449dc
parent4eefd4632c7a9dc105b45e3f0821c2628c59f0b9 (diff)
downloadxebian-lb-config-0211b7ff890210ecda2c58692f6e0ca709c27b16.tar.bz2
xebian-lb-config-0211b7ff890210ecda2c58692f6e0ca709c27b16.tar.xz
xebian-lb-config-0211b7ff890210ecda2c58692f6e0ca709c27b16.tar.zst
Add plymouth and set lines as the default theme.
-rwxr-xr-xconfig/hooks/plymouth-theme.chroot7
-rw-r--r--config/package-lists/desktop.list.chroot2
2 files changed, 9 insertions, 0 deletions
diff --git a/config/hooks/plymouth-theme.chroot b/config/hooks/plymouth-theme.chroot
new file mode 100755
index 0000000..9da2878
--- /dev/null
+++ b/config/hooks/plymouth-theme.chroot
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+if [ -e /usr/sbin/plymouth-set-default-theme ] && [ -e /usr/share/plymouth/themes/lines ];then
+ plymouth-set-default-theme lines
+fi
diff --git a/config/package-lists/desktop.list.chroot b/config/package-lists/desktop.list.chroot
index 33b16bc..ff4e897 100644
--- a/config/package-lists/desktop.list.chroot
+++ b/config/package-lists/desktop.list.chroot
@@ -18,6 +18,8 @@ lightdm
lightdm-gtk-greeter
network-manager-gnome
pavucontrol
+plymouth
+plymouth-themes
synaptic
xdg-user-dirs
xdg-user-dirs-gtk