]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
spinner: Add noise texture
authorBastien Nocera <hadess@hadess.net>
Sat, 31 Jan 2015 20:06:19 +0000 (21:06 +0100)
committerRay Strode <rstrode@redhat.com>
Tue, 3 Feb 2015 15:19:32 +0000 (10:19 -0500)
As per GNOME mockups:
https://wiki.gnome.org/Design/OS/Boot

https://bugs.freedesktop.org/show_bug.cgi?id=88888

themes/spinner/Makefile.am
themes/spinner/background-tile.png [new file with mode: 0644]

index a54b3a54f4c338537c4c884cb75575efbda2abff..e3102b477f82b96a70a97299c3ce7a293dd3847e 100644 (file)
@@ -2,6 +2,7 @@ themedir = $(datadir)/plymouth/themes/spinner
 nodist_theme_DATA = spinner.plymouth
 
 dist_theme_DATA =                                                     \
+                    background-tile.png                               \
                     box.png                                           \
                     bullet.png                                        \
                     entry.png                                         \
diff --git a/themes/spinner/background-tile.png b/themes/spinner/background-tile.png
new file mode 100644 (file)
index 0000000..6b70a2d
Binary files /dev/null and b/themes/spinner/background-tile.png differ