01-add-pisilinux-theme.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. diff -Nuar a/configure.ac b/configure.ac
  2. --- a/configure.ac 2020-07-08 22:14:38.000000000 +0300
  3. +++ b/configure.ac 2021-01-25 13:36:27.099877834 +0300
  4. @@ -326,6 +326,7 @@
  5. themes/glow/Makefile
  6. themes/spinner/Makefile
  7. themes/script/Makefile
  8. + themes/pisilinux/Makefile
  9. themes/bgrt/Makefile
  10. images/Makefile
  11. scripts/plymouth-generate-initrd
  12. diff -Nuar a/src/plymouthd.conf b/src/plymouthd.conf
  13. --- a/src/plymouthd.conf 2018-09-20 20:53:38.000000000 +0300
  14. +++ b/src/plymouthd.conf 2021-01-25 13:34:28.455886395 +0300
  15. @@ -1,3 +1,4 @@
  16. # Administrator customizations go in this file
  17. #[Daemon]
  18. -#Theme=fade-in
  19. +#Theme=pisilinux
  20. +#ShowDelay=0
  21. diff -Nuar a/src/plymouthd.defaults b/src/plymouthd.defaults
  22. --- a/src/plymouthd.defaults 2020-06-15 17:16:47.000000000 +0300
  23. +++ b/src/plymouthd.defaults 2021-01-25 13:35:19.746882694 +0300
  24. @@ -1,6 +1,6 @@
  25. # Distribution defaults. Changes to this file will get overwritten during
  26. # upgrades.
  27. [Daemon]
  28. -Theme=spinner
  29. +Theme=pisilinux
  30. ShowDelay=0
  31. -DeviceTimeout=8
  32. +DeviceTimeout=0
  33. diff -Nuar a/themes/Makefile.am b/themes/Makefile.am
  34. --- a/themes/Makefile.am 2020-06-15 17:16:47.000000000 +0300
  35. +++ b/themes/Makefile.am 2021-01-25 13:33:05.814892358 +0300
  36. @@ -1,2 +1,2 @@
  37. -SUBDIRS = spinfinity fade-in text details solar glow script spinner tribar bgrt
  38. +SUBDIRS = spinfinity fade-in text details solar glow script spinner pisilinux
  39. MAINTAINERCLEANFILES = Makefile.in