summaryrefslogtreecommitdiff
path: root/plymouth/debian/patches/0003-default-theme.patch
blob: c1f054201b4466e0f25d7eb1de719d624a5cd822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Ship configuration file with default theme set (Closes: #594999).

--- a/src/plymouthd.conf
+++ b/src/plymouthd.conf
@@ -1,3 +1,3 @@
 # Administrator customizations go in this file
 #[Daemon]
-#Theme=fade-in
+#Theme=futureprototype
--- a/src/plymouthd.defaults
+++ b/src/plymouthd.defaults
@@ -1,6 +1,6 @@
 # Distribution defaults. Changes to this file will get overwritten during
 # upgrades.
 [Daemon]
-Theme=spinner
+Theme=futureprototype
 ShowDelay=5
 DeviceTimeout=5
bgstack15