From: Ray Strode Date: Wed, 23 Mar 2011 16:06:39 +0000 (-0400) Subject: splash: add new spinner theme X-Git-Tag: 0.8.4~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0650fe107bd05fc1ffc11ddd47aa017e2e566264;p=thirdparty%2Fplymouth.git splash: add new spinner theme This is a very simple theme with a small spinner on a dark background. --- diff --git a/configure.ac b/configure.ac index 585e6c80..da9e03db 100644 --- a/configure.ac +++ b/configure.ac @@ -426,6 +426,7 @@ AC_CONFIG_FILES([Makefile themes/details/Makefile themes/solar/Makefile themes/glow/Makefile + themes/spinner/Makefile themes/script/Makefile images/Makefile scripts/plymouth-generate-initrd diff --git a/themes/Makefile.am b/themes/Makefile.am index 3caa2e62..cfd149ee 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = spinfinity fade-in text details solar glow script +SUBDIRS = spinfinity fade-in text details solar glow script spinner MAINTAINERCLEANFILES = Makefile.in diff --git a/themes/spinner/Makefile.am b/themes/spinner/Makefile.am new file mode 100644 index 00000000..a54b3a54 --- /dev/null +++ b/themes/spinner/Makefile.am @@ -0,0 +1,65 @@ +themedir = $(datadir)/plymouth/themes/spinner +nodist_theme_DATA = spinner.plymouth + +dist_theme_DATA = \ + box.png \ + bullet.png \ + entry.png \ + lock.png \ + animation-0001.png \ + animation-0002.png \ + animation-0003.png \ + animation-0004.png \ + animation-0005.png \ + animation-0006.png \ + animation-0007.png \ + animation-0008.png \ + animation-0009.png \ + animation-0010.png \ + animation-0011.png \ + animation-0012.png \ + animation-0013.png \ + animation-0014.png \ + animation-0015.png \ + animation-0016.png \ + animation-0017.png \ + animation-0018.png \ + animation-0019.png \ + animation-0020.png \ + animation-0021.png \ + animation-0022.png \ + animation-0023.png \ + animation-0024.png \ + animation-0025.png \ + animation-0026.png \ + animation-0027.png \ + animation-0028.png \ + animation-0029.png \ + animation-0030.png \ + animation-0031.png \ + animation-0032.png \ + animation-0033.png \ + animation-0034.png \ + animation-0035.png \ + animation-0036.png \ + throbber-0001.png \ + throbber-0002.png \ + throbber-0003.png \ + throbber-0004.png \ + throbber-0005.png \ + throbber-0006.png \ + throbber-0007.png \ + throbber-0008.png \ + throbber-0009.png \ + throbber-0010.png \ + throbber-0011.png \ + throbber-0012.png + +MAINTAINERCLEANFILES = Makefile.in spinner.plymouth +CLEANFILES = spinner.plymouth + +spinner.plymouth: $(srcdir)/spinner.plymouth.in + sed -e 's,[@]PLYMOUTH_THEME_PATH[@],$(PLYMOUTH_THEME_PATH),g' \ + $(srcdir)/spinner.plymouth.in > spinner.plymouth + +EXTRA_DIST = spinner.plymouth.in diff --git a/themes/spinner/animation-0001.png b/themes/spinner/animation-0001.png new file mode 100644 index 00000000..3819624e Binary files /dev/null and b/themes/spinner/animation-0001.png differ diff --git a/themes/spinner/animation-0002.png b/themes/spinner/animation-0002.png new file mode 100644 index 00000000..33db36d7 Binary files /dev/null and b/themes/spinner/animation-0002.png differ diff --git a/themes/spinner/animation-0003.png b/themes/spinner/animation-0003.png new file mode 100644 index 00000000..3f1fdcdb Binary files /dev/null and b/themes/spinner/animation-0003.png differ diff --git a/themes/spinner/animation-0004.png b/themes/spinner/animation-0004.png new file mode 100644 index 00000000..bfd03b44 Binary files /dev/null and b/themes/spinner/animation-0004.png differ diff --git a/themes/spinner/animation-0005.png b/themes/spinner/animation-0005.png new file mode 100644 index 00000000..16cbdce0 Binary files /dev/null and b/themes/spinner/animation-0005.png differ diff --git a/themes/spinner/animation-0006.png b/themes/spinner/animation-0006.png new file mode 100644 index 00000000..50ae7d43 Binary files /dev/null and b/themes/spinner/animation-0006.png differ diff --git a/themes/spinner/animation-0007.png b/themes/spinner/animation-0007.png new file mode 100644 index 00000000..8d339a77 Binary files /dev/null and b/themes/spinner/animation-0007.png differ diff --git a/themes/spinner/animation-0008.png b/themes/spinner/animation-0008.png new file mode 100644 index 00000000..076b300d Binary files /dev/null and b/themes/spinner/animation-0008.png differ diff --git a/themes/spinner/animation-0009.png b/themes/spinner/animation-0009.png new file mode 100644 index 00000000..c39a878f Binary files /dev/null and b/themes/spinner/animation-0009.png differ diff --git a/themes/spinner/animation-0010.png b/themes/spinner/animation-0010.png new file mode 100644 index 00000000..a1422af0 Binary files /dev/null and b/themes/spinner/animation-0010.png differ diff --git a/themes/spinner/animation-0011.png b/themes/spinner/animation-0011.png new file mode 100644 index 00000000..b3418ec9 Binary files /dev/null and b/themes/spinner/animation-0011.png differ diff --git a/themes/spinner/animation-0012.png b/themes/spinner/animation-0012.png new file mode 100644 index 00000000..a0412479 Binary files /dev/null and b/themes/spinner/animation-0012.png differ diff --git a/themes/spinner/animation-0013.png b/themes/spinner/animation-0013.png new file mode 100644 index 00000000..db1f1205 Binary files /dev/null and b/themes/spinner/animation-0013.png differ diff --git a/themes/spinner/animation-0014.png b/themes/spinner/animation-0014.png new file mode 100644 index 00000000..fff1ef2c Binary files /dev/null and b/themes/spinner/animation-0014.png differ diff --git a/themes/spinner/animation-0015.png b/themes/spinner/animation-0015.png new file mode 100644 index 00000000..207553e4 Binary files /dev/null and b/themes/spinner/animation-0015.png differ diff --git a/themes/spinner/animation-0016.png b/themes/spinner/animation-0016.png new file mode 100644 index 00000000..0d78362d Binary files /dev/null and b/themes/spinner/animation-0016.png differ diff --git a/themes/spinner/animation-0017.png b/themes/spinner/animation-0017.png new file mode 100644 index 00000000..d5fad96e Binary files /dev/null and b/themes/spinner/animation-0017.png differ diff --git a/themes/spinner/animation-0018.png b/themes/spinner/animation-0018.png new file mode 100644 index 00000000..902c837e Binary files /dev/null and b/themes/spinner/animation-0018.png differ diff --git a/themes/spinner/animation-0019.png b/themes/spinner/animation-0019.png new file mode 100644 index 00000000..7ba8e421 Binary files /dev/null and b/themes/spinner/animation-0019.png differ diff --git a/themes/spinner/animation-0020.png b/themes/spinner/animation-0020.png new file mode 100644 index 00000000..20c00389 Binary files /dev/null and b/themes/spinner/animation-0020.png differ diff --git a/themes/spinner/animation-0021.png b/themes/spinner/animation-0021.png new file mode 100644 index 00000000..e031aa39 Binary files /dev/null and b/themes/spinner/animation-0021.png differ diff --git a/themes/spinner/animation-0022.png b/themes/spinner/animation-0022.png new file mode 100644 index 00000000..31af1fdb Binary files /dev/null and b/themes/spinner/animation-0022.png differ diff --git a/themes/spinner/animation-0023.png b/themes/spinner/animation-0023.png new file mode 100644 index 00000000..27f73d18 Binary files /dev/null and b/themes/spinner/animation-0023.png differ diff --git a/themes/spinner/animation-0024.png b/themes/spinner/animation-0024.png new file mode 100644 index 00000000..88ad349e Binary files /dev/null and b/themes/spinner/animation-0024.png differ diff --git a/themes/spinner/animation-0025.png b/themes/spinner/animation-0025.png new file mode 100644 index 00000000..cbfc3c9a Binary files /dev/null and b/themes/spinner/animation-0025.png differ diff --git a/themes/spinner/animation-0026.png b/themes/spinner/animation-0026.png new file mode 100644 index 00000000..88ca75eb Binary files /dev/null and b/themes/spinner/animation-0026.png differ diff --git a/themes/spinner/animation-0027.png b/themes/spinner/animation-0027.png new file mode 100644 index 00000000..7570ea01 Binary files /dev/null and b/themes/spinner/animation-0027.png differ diff --git a/themes/spinner/animation-0028.png b/themes/spinner/animation-0028.png new file mode 100644 index 00000000..6bd4cc93 Binary files /dev/null and b/themes/spinner/animation-0028.png differ diff --git a/themes/spinner/animation-0029.png b/themes/spinner/animation-0029.png new file mode 100644 index 00000000..2999ed06 Binary files /dev/null and b/themes/spinner/animation-0029.png differ diff --git a/themes/spinner/animation-0030.png b/themes/spinner/animation-0030.png new file mode 100644 index 00000000..1d9c8fa8 Binary files /dev/null and b/themes/spinner/animation-0030.png differ diff --git a/themes/spinner/animation-0031.png b/themes/spinner/animation-0031.png new file mode 100644 index 00000000..9a497439 Binary files /dev/null and b/themes/spinner/animation-0031.png differ diff --git a/themes/spinner/animation-0032.png b/themes/spinner/animation-0032.png new file mode 100644 index 00000000..46c65d58 Binary files /dev/null and b/themes/spinner/animation-0032.png differ diff --git a/themes/spinner/animation-0033.png b/themes/spinner/animation-0033.png new file mode 100644 index 00000000..4ae92079 Binary files /dev/null and b/themes/spinner/animation-0033.png differ diff --git a/themes/spinner/animation-0034.png b/themes/spinner/animation-0034.png new file mode 100644 index 00000000..3b053def Binary files /dev/null and b/themes/spinner/animation-0034.png differ diff --git a/themes/spinner/animation-0035.png b/themes/spinner/animation-0035.png new file mode 100644 index 00000000..6f402ff6 Binary files /dev/null and b/themes/spinner/animation-0035.png differ diff --git a/themes/spinner/animation-0036.png b/themes/spinner/animation-0036.png new file mode 100644 index 00000000..7bee0a00 Binary files /dev/null and b/themes/spinner/animation-0036.png differ diff --git a/themes/spinner/box.png b/themes/spinner/box.png new file mode 100644 index 00000000..54876e68 Binary files /dev/null and b/themes/spinner/box.png differ diff --git a/themes/spinner/bullet.png b/themes/spinner/bullet.png new file mode 100644 index 00000000..87ddfe81 Binary files /dev/null and b/themes/spinner/bullet.png differ diff --git a/themes/spinner/entry.png b/themes/spinner/entry.png new file mode 100644 index 00000000..37217b63 Binary files /dev/null and b/themes/spinner/entry.png differ diff --git a/themes/spinner/lock.png b/themes/spinner/lock.png new file mode 100644 index 00000000..a0f8c12f Binary files /dev/null and b/themes/spinner/lock.png differ diff --git a/themes/spinner/progress-00.png b/themes/spinner/progress-00.png new file mode 100644 index 00000000..9ae4ac6f Binary files /dev/null and b/themes/spinner/progress-00.png differ diff --git a/themes/spinner/spinner.plymouth.in b/themes/spinner/spinner.plymouth.in new file mode 100644 index 00000000..bbd42dc7 --- /dev/null +++ b/themes/spinner/spinner.plymouth.in @@ -0,0 +1,13 @@ +[Plymouth Theme] +Name=Spinner +Description=A theme designed by jimmac that features a simple spinner. +ModuleName=two-step + +[two-step] +ImageDir=@PLYMOUTH_THEME_PATH@/spinner +HorizontalAlignment=.5 +VerticalAlignment=.75 +Transition=none +TransitionDuration=0.0 +BackgroundStartColor=0x202020 +BackgroundEndColor=0x202020 diff --git a/themes/spinner/throbber-0001.png b/themes/spinner/throbber-0001.png new file mode 100644 index 00000000..3819624e Binary files /dev/null and b/themes/spinner/throbber-0001.png differ diff --git a/themes/spinner/throbber-0002.png b/themes/spinner/throbber-0002.png new file mode 100644 index 00000000..40d8be62 Binary files /dev/null and b/themes/spinner/throbber-0002.png differ diff --git a/themes/spinner/throbber-0003.png b/themes/spinner/throbber-0003.png new file mode 100644 index 00000000..ecee0e1a Binary files /dev/null and b/themes/spinner/throbber-0003.png differ diff --git a/themes/spinner/throbber-0004.png b/themes/spinner/throbber-0004.png new file mode 100644 index 00000000..e96f7ff9 Binary files /dev/null and b/themes/spinner/throbber-0004.png differ diff --git a/themes/spinner/throbber-0005.png b/themes/spinner/throbber-0005.png new file mode 100644 index 00000000..b78133ea Binary files /dev/null and b/themes/spinner/throbber-0005.png differ diff --git a/themes/spinner/throbber-0006.png b/themes/spinner/throbber-0006.png new file mode 100644 index 00000000..1a12e8e8 Binary files /dev/null and b/themes/spinner/throbber-0006.png differ diff --git a/themes/spinner/throbber-0007.png b/themes/spinner/throbber-0007.png new file mode 100644 index 00000000..31507710 Binary files /dev/null and b/themes/spinner/throbber-0007.png differ diff --git a/themes/spinner/throbber-0008.png b/themes/spinner/throbber-0008.png new file mode 100644 index 00000000..4772a97a Binary files /dev/null and b/themes/spinner/throbber-0008.png differ diff --git a/themes/spinner/throbber-0009.png b/themes/spinner/throbber-0009.png new file mode 100644 index 00000000..35bc4817 Binary files /dev/null and b/themes/spinner/throbber-0009.png differ diff --git a/themes/spinner/throbber-0010.png b/themes/spinner/throbber-0010.png new file mode 100644 index 00000000..3e8a889a Binary files /dev/null and b/themes/spinner/throbber-0010.png differ diff --git a/themes/spinner/throbber-0011.png b/themes/spinner/throbber-0011.png new file mode 100644 index 00000000..ec84418f Binary files /dev/null and b/themes/spinner/throbber-0011.png differ diff --git a/themes/spinner/throbber-0012.png b/themes/spinner/throbber-0012.png new file mode 100644 index 00000000..91fef168 Binary files /dev/null and b/themes/spinner/throbber-0012.png differ