]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
splash: add new spinner theme
authorRay Strode <rstrode@redhat.com>
Wed, 23 Mar 2011 16:06:39 +0000 (12:06 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 23 Mar 2011 16:06:39 +0000 (12:06 -0400)
This is a very simple theme with a small spinner on a dark background.

57 files changed:
configure.ac
themes/Makefile.am
themes/spinner/Makefile.am [new file with mode: 0644]
themes/spinner/animation-0001.png [new file with mode: 0644]
themes/spinner/animation-0002.png [new file with mode: 0644]
themes/spinner/animation-0003.png [new file with mode: 0644]
themes/spinner/animation-0004.png [new file with mode: 0644]
themes/spinner/animation-0005.png [new file with mode: 0644]
themes/spinner/animation-0006.png [new file with mode: 0644]
themes/spinner/animation-0007.png [new file with mode: 0644]
themes/spinner/animation-0008.png [new file with mode: 0644]
themes/spinner/animation-0009.png [new file with mode: 0644]
themes/spinner/animation-0010.png [new file with mode: 0644]
themes/spinner/animation-0011.png [new file with mode: 0644]
themes/spinner/animation-0012.png [new file with mode: 0644]
themes/spinner/animation-0013.png [new file with mode: 0644]
themes/spinner/animation-0014.png [new file with mode: 0644]
themes/spinner/animation-0015.png [new file with mode: 0644]
themes/spinner/animation-0016.png [new file with mode: 0644]
themes/spinner/animation-0017.png [new file with mode: 0644]
themes/spinner/animation-0018.png [new file with mode: 0644]
themes/spinner/animation-0019.png [new file with mode: 0644]
themes/spinner/animation-0020.png [new file with mode: 0644]
themes/spinner/animation-0021.png [new file with mode: 0644]
themes/spinner/animation-0022.png [new file with mode: 0644]
themes/spinner/animation-0023.png [new file with mode: 0644]
themes/spinner/animation-0024.png [new file with mode: 0644]
themes/spinner/animation-0025.png [new file with mode: 0644]
themes/spinner/animation-0026.png [new file with mode: 0644]
themes/spinner/animation-0027.png [new file with mode: 0644]
themes/spinner/animation-0028.png [new file with mode: 0644]
themes/spinner/animation-0029.png [new file with mode: 0644]
themes/spinner/animation-0030.png [new file with mode: 0644]
themes/spinner/animation-0031.png [new file with mode: 0644]
themes/spinner/animation-0032.png [new file with mode: 0644]
themes/spinner/animation-0033.png [new file with mode: 0644]
themes/spinner/animation-0034.png [new file with mode: 0644]
themes/spinner/animation-0035.png [new file with mode: 0644]
themes/spinner/animation-0036.png [new file with mode: 0644]
themes/spinner/box.png [new file with mode: 0644]
themes/spinner/bullet.png [new file with mode: 0644]
themes/spinner/entry.png [new file with mode: 0644]
themes/spinner/lock.png [new file with mode: 0644]
themes/spinner/progress-00.png [new file with mode: 0644]
themes/spinner/spinner.plymouth.in [new file with mode: 0644]
themes/spinner/throbber-0001.png [new file with mode: 0644]
themes/spinner/throbber-0002.png [new file with mode: 0644]
themes/spinner/throbber-0003.png [new file with mode: 0644]
themes/spinner/throbber-0004.png [new file with mode: 0644]
themes/spinner/throbber-0005.png [new file with mode: 0644]
themes/spinner/throbber-0006.png [new file with mode: 0644]
themes/spinner/throbber-0007.png [new file with mode: 0644]
themes/spinner/throbber-0008.png [new file with mode: 0644]
themes/spinner/throbber-0009.png [new file with mode: 0644]
themes/spinner/throbber-0010.png [new file with mode: 0644]
themes/spinner/throbber-0011.png [new file with mode: 0644]
themes/spinner/throbber-0012.png [new file with mode: 0644]

index 585e6c80946edeed71725f6bc75204d62cacd906..da9e03db7a8fb91126c35d2a6624ca7d600aeb40 100644 (file)
@@ -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
index 3caa2e62471d5ae1bd79ff389951e585a743d23d..cfd149ee83f8e12842a611340f6a1ded600c89b6 100644 (file)
@@ -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 (file)
index 0000000..a54b3a5
--- /dev/null
@@ -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 (file)
index 0000000..3819624
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 (file)
index 0000000..33db36d
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 (file)
index 0000000..3f1fdcd
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 (file)
index 0000000..bfd03b4
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 (file)
index 0000000..16cbdce
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 (file)
index 0000000..50ae7d4
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 (file)
index 0000000..8d339a7
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 (file)
index 0000000..076b300
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 (file)
index 0000000..c39a878
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 (file)
index 0000000..a1422af
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 (file)
index 0000000..b3418ec
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 (file)
index 0000000..a041247
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 (file)
index 0000000..db1f120
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 (file)
index 0000000..fff1ef2
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 (file)
index 0000000..207553e
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 (file)
index 0000000..0d78362
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 (file)
index 0000000..d5fad96
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 (file)
index 0000000..902c837
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 (file)
index 0000000..7ba8e42
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 (file)
index 0000000..20c0038
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 (file)
index 0000000..e031aa3
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 (file)
index 0000000..31af1fd
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 (file)
index 0000000..27f73d1
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 (file)
index 0000000..88ad349
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 (file)
index 0000000..cbfc3c9
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 (file)
index 0000000..88ca75e
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 (file)
index 0000000..7570ea0
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 (file)
index 0000000..6bd4cc9
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 (file)
index 0000000..2999ed0
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 (file)
index 0000000..1d9c8fa
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 (file)
index 0000000..9a49743
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 (file)
index 0000000..46c65d5
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 (file)
index 0000000..4ae9207
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 (file)
index 0000000..3b053de
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 (file)
index 0000000..6f402ff
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 (file)
index 0000000..7bee0a0
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 (file)
index 0000000..54876e6
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 (file)
index 0000000..87ddfe8
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 (file)
index 0000000..37217b6
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 (file)
index 0000000..a0f8c12
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 (file)
index 0000000..9ae4ac6
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 (file)
index 0000000..bbd42dc
--- /dev/null
@@ -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 (file)
index 0000000..3819624
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 (file)
index 0000000..40d8be6
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 (file)
index 0000000..ecee0e1
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 (file)
index 0000000..e96f7ff
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 (file)
index 0000000..b78133e
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 (file)
index 0000000..1a12e8e
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 (file)
index 0000000..3150771
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 (file)
index 0000000..4772a97
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 (file)
index 0000000..35bc481
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 (file)
index 0000000..3e8a889
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 (file)
index 0000000..ec84418
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 (file)
index 0000000..91fef16
Binary files /dev/null and b/themes/spinner/throbber-0012.png differ