summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemesys2020-08-04 05:52:17 -0400
committernemesys2020-08-04 05:52:17 -0400
commit12fbe182b4ad379b48529cff0dd57106c6d49986 (patch)
tree29351d66854425eb745d458dadd429466b82ec20
parent58865605f72729b8eccc568ac533b7760efffde5 (diff)
downloadaur-12fbe182b4ad379b48529cff0dd57106c6d49986.tar.gz
syntax correction in theme section of splash.conf
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--splash.conf20
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a72744faf80..c2de54fcaf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,7 +34,7 @@ pkgbase = fbsplash
source = fbsplash-freetype-fix.patch
md5sums = 29bbb355919a2f27c40dbfc8075c4a8d
md5sums = 4045e315c52f5a576fca4f7e634eeb91
- md5sums = 323a213ad65aee6ddde05b0ceb3b0494
+ md5sums = 7541820998613094ad6d7a893302b5db
md5sums = b5e6c08bbe7645a1c035565ea7d66437
md5sums = 2860cc29d5da2ea65c810de068bcc262
md5sums = f65cf94d4d4959bb44cda5fa634ab405
diff --git a/PKGBUILD b/PKGBUILD
index 92406257fe59..e147b3af307d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -100,7 +100,7 @@ package() {
}
md5sums=('29bbb355919a2f27c40dbfc8075c4a8d'
'4045e315c52f5a576fca4f7e634eeb91'
- '323a213ad65aee6ddde05b0ceb3b0494'
+ '7541820998613094ad6d7a893302b5db'
'b5e6c08bbe7645a1c035565ea7d66437'
'2860cc29d5da2ea65c810de068bcc262'
'f65cf94d4d4959bb44cda5fa634ab405'
diff --git a/splash.conf b/splash.conf
index 07749b0270c4..697901b484ab 100644
--- a/splash.conf
+++ b/splash.conf
@@ -10,19 +10,19 @@
## Themes to include into initcpio
## For a smaller initcpio you may try theme cfg files instead of directories.
-## Uncomment the themes listed in SPLASH_THEMES="", if you have installed them already and want to use them.
-## You can also download or create more themes and add them into the /etc/splash/ directory.
+## Add theme names between the quotes of SPLASH_THEMES="". The ones listed are examples of
+## Arch Linux Fbsplash themes that can be installed. Once installed then move the theme up into the ""
+## You can also download or create more themes and add them into the /etc/splash/ directory and then enter them below.
## Be sure that image canvas size matches image internal resolution, or else you will not have a console background.
## In otherwords, if you upscale an image to your desired resolution, use the linux `file` command on the output image,
## To see if the dimensions were changed correctly.
-## To make all of this easier, it helps to use a full fledged graphics programs such as the GIMP to do image resizes.
-SPLASH_THEMES="
-# arch-black
-# arch-banner-icons/1024x768.cfg
-# arch-banner-icons/1280x800.cfg
-# arch-banner-noicons/1024x768.cfg
-# arch-banner-noicons/1280x800.cfg
-"
+## To make all of this easier, it helps to use the GIMP to do image resizes.
+SPLASH_THEMES=""
+## arch-black
+## arch-banner-icons/1024x768.cfg
+## arch-banner-icons/1280x800.cfg
+## arch-banner-noicons/1024x768.cfg
+## arch-banner-noicons/1280x800.cfg
## Override the initial silent splash screen status message defaults.
## Note: '$progress' will be replaced by Fbsplash itself.