chore: init repo
20
COPYING
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
Rocky Linux and the Rocky Linux logo, either separately or in combination,
|
||||||
|
are hereinafter referred to as "Rocky Linux Trademarks" and are trademarks of
|
||||||
|
The Rocky Linux Foundation, registered in the United States.
|
||||||
|
|
||||||
|
The rocky-logos package ("Package") contains images that are or include the
|
||||||
|
Rocky Linux Trademarks and Rocky Linux trade dress. You are granted the right
|
||||||
|
to use the Package only during the normal operation of software programs that
|
||||||
|
call upon the Package. No other copyright or trademark license is granted
|
||||||
|
herein.
|
||||||
|
|
||||||
|
NO WARRANTY. THIS PACKAGE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||||
|
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND INTELLECTUAL PROPERTY
|
||||||
|
NONINFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL THE CENTOS PROJECT BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
13
CREDITS
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Artwork in this package is derived from several sources.
|
||||||
|
|
||||||
|
Backgrounds:
|
||||||
|
- Hayden Young <hbjy@rockylinux.org>
|
||||||
|
|
||||||
|
Anaconda:
|
||||||
|
- Hayden Young <hbjy@rockylinux.org>
|
||||||
|
|
||||||
|
|
||||||
|
Assorted icons and images included in the Rocky Linux artwork are borrowed from the
|
||||||
|
MIT-licensed Heroicons (https://heroicons.com).
|
||||||
|
|
||||||
|
Font used is Rocky Display from https://github.com/rocky-linux/rocky-fonts
|
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
NAME = redhat-logos
|
||||||
|
XML = backgrounds/desktop-backgrounds-default.xml
|
||||||
|
|
||||||
|
all: update-po
|
||||||
|
|
||||||
|
update-po:
|
||||||
|
@echo "updating pot files..."
|
||||||
|
sed -e "s/_name/name/g" $(XML).in > $(XML)
|
||||||
|
# FIXME need to handle translations
|
||||||
|
#
|
||||||
|
#( cd po && intltool-update --gettext-package=$(NAME) --pot )
|
||||||
|
#@echo "merging existing po files to xml..."
|
||||||
|
#intltool-merge -x po $(XML).in $(XML)
|
28
anaconda/Makefile
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
ANACONDADATADIR = /usr/share/anaconda
|
||||||
|
ANACONDABOOTDIR = $(ANACONDADATADIR)/boot
|
||||||
|
|
||||||
|
all:
|
||||||
|
@echo "Nothing to do."
|
||||||
|
|
||||||
|
#splash.lss: syslinux-splash.png
|
||||||
|
# ./splashtolss.sh syslinux-splash.png splash.lss
|
||||||
|
|
||||||
|
install:
|
||||||
|
@if [ "$(DESTDIR)" = "" ]; then \
|
||||||
|
echo " "; \
|
||||||
|
echo "ERROR: A destdir is required"; \
|
||||||
|
exit 1; \
|
||||||
|
fi
|
||||||
|
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)
|
||||||
|
mkdir -p $(DESTDIR)/$(ANACONDABOOTDIR)
|
||||||
|
mkdir -p $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes
|
||||||
|
install -m 644 splash.lss $(DESTDIR)/$(ANACONDABOOTDIR)
|
||||||
|
install -m 644 syslinux-splash.png $(DESTDIR)/$(ANACONDABOOTDIR)/syslinux-splash.png
|
||||||
|
# install -m 755 splashtolss.sh $(DESTDIR)/$(ANACONDADATADIR)
|
||||||
|
for i in $(shell "ls rnotes");do \
|
||||||
|
install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps/rnotes/$$i rnotes/$$i/*; \
|
||||||
|
done
|
||||||
|
install -m 644 -t $(DESTDIR)/$(ANACONDADATADIR)/pixmaps theme/*
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f splash.lss
|
19
anaconda/README
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
These files are used by anaconda during the installation process. A
|
||||||
|
basic description/specification for them is as follows:
|
||||||
|
|
||||||
|
* anaconda_header.png: This is strip header at the top of
|
||||||
|
the screen during the install. 800x58.
|
||||||
|
* progress_first.png: First graphic displayed during package
|
||||||
|
installation. If there are no rnotes, this is displayed the entire
|
||||||
|
time. 500x325
|
||||||
|
* progress_first-lowres.png: Lowres version of progress_first.png. 350x225
|
||||||
|
* splash.png: Splash screen shown on the "Welcome to ..." screen.
|
||||||
|
400x420
|
||||||
|
* syslinux-splash.png: Splash screen used at the boot prompt with
|
||||||
|
syslinux/isolinux. This gets transformed into the syslinux specific
|
||||||
|
format. 640x300. This uses a 16 color palette (should be an indexed png).
|
||||||
|
You should ensure that 0 = #000000, 1 = #ffffff, 7 = #cdcfd5, 15 = #c90000.
|
||||||
|
Alternately, you can use 12 colors and have them be any that you want.
|
||||||
|
* syslinux-vesa-splash.jpg: Splash screen used at the boot prompt when
|
||||||
|
using the menu. It should be 640x480 RGB. Can just be a conversion
|
||||||
|
of the grub splash and work well.
|
BIN
anaconda/rnotes/en/01-centos-welcome.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
anaconda/rnotes/en/02-centos-sig-core.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
anaconda/rnotes/en/03-centos-sig-altarch.png
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
anaconda/rnotes/en/04-centos-sig-artwork.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
anaconda/rnotes/en/05-centos-sig-atomic.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
anaconda/rnotes/en/06-centos-sig-cloud.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
anaconda/rnotes/en/07-centos-sig-cloudinstance.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
anaconda/rnotes/en/08-centos-sig-cm.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
anaconda/rnotes/en/09-centos-sig-nfv.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
anaconda/rnotes/en/10-centos-sig-optools.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
anaconda/rnotes/en/11-centos-sig-paas.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
anaconda/rnotes/en/12-centos-sig-promo.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
anaconda/rnotes/en/13-centos-sig-publicci.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
anaconda/rnotes/en/14-centos-sig-sc.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
anaconda/rnotes/en/15-centos-sig-storage.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
anaconda/rnotes/en/16-centos-sig-virt.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
anaconda/rnotes/en_US/01-centos-welcome.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
anaconda/rnotes/en_US/02-centos-sig-core.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
anaconda/rnotes/en_US/03-centos-sig-altarch.png
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
anaconda/rnotes/en_US/04-centos-sig-artwork.png
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
anaconda/rnotes/en_US/05-centos-sig-atomic.png
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
anaconda/rnotes/en_US/06-centos-sig-cloud.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
anaconda/rnotes/en_US/07-centos-sig-cloudinstance.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
anaconda/rnotes/en_US/08-centos-sig-cm.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
anaconda/rnotes/en_US/09-centos-sig-nfv.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
anaconda/rnotes/en_US/10-centos-sig-optools.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
anaconda/rnotes/en_US/11-centos-sig-paas.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
anaconda/rnotes/en_US/12-centos-sig-promo.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
anaconda/rnotes/en_US/13-centos-sig-publicci.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
anaconda/rnotes/en_US/14-centos-sig-sc.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
anaconda/rnotes/en_US/15-centos-sig-storage.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
anaconda/rnotes/en_US/16-centos-sig-virt.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
anaconda/rnotes/es_ES/01-centos-welcome.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
anaconda/rnotes/es_ES/02-centos-sig-core.png
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
anaconda/rnotes/es_ES/03-centos-sig-altarch.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
anaconda/rnotes/es_ES/04-centos-sig-artwork.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
anaconda/rnotes/es_ES/05-centos-sig-atomic.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
anaconda/rnotes/es_ES/06-centos-sig-cloud.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
anaconda/rnotes/es_ES/07-centos-sig-cloudinstance.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
anaconda/rnotes/es_ES/08-centos-sig-cm.png
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
anaconda/rnotes/es_ES/09-centos-sig-nfv.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
anaconda/rnotes/es_ES/10-centos-sig-optools.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
anaconda/rnotes/es_ES/11-centos-sig-paas.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
anaconda/rnotes/es_ES/12-centos-sig-promo.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
anaconda/rnotes/es_ES/13-centos-sig-publicci.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
anaconda/rnotes/es_ES/14-centos-sig-sc.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
anaconda/rnotes/es_ES/15-centos-sig-storage.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
anaconda/rnotes/es_ES/16-centos-sig-virt.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
anaconda/splash.lss
Normal file
12
anaconda/splashtolss.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: $0 <source> <output>"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
if [ -z "$1" -o -z "$2" ]; then
|
||||||
|
usage
|
||||||
|
fi
|
||||||
|
|
||||||
|
pngtopnm $1 | ppmtolss16 \#cdcfd5=7 \#ffffff=1 \#000000=0 \#c90000=15 > $2
|
BIN
anaconda/syslinux-splash.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
anaconda/theme/sidebar-bg.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
anaconda/theme/sidebar-logo.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
anaconda/theme/topbar-bg.png
Normal file
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,2 @@
|
|||||||
|
[org.gnome.desktop.background]
|
||||||
|
picture-uri='file:///usr/share/backgrounds/rocky8/default-dark.xml'
|
@ -0,0 +1,2 @@
|
|||||||
|
[org.gnome.desktop.screensaver]
|
||||||
|
picture-uri='file:///usr/share/backgrounds/rocky8/default-dark.xml'
|
28
backgrounds/desktop-backgrounds-default.xml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
|
||||||
|
<wallpapers>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>Rocky Linux 8 Default Background - Dark</name>
|
||||||
|
<filename>/usr/share/backgrounds/rocky8/default-dark.xml</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<author>Hayden Young</author>
|
||||||
|
<email>hbjy@rockylinux.org</email>
|
||||||
|
<license>Free Art License 1.3</license>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>Rocky Linux 8 Default Background - Light</name>
|
||||||
|
<filename>/usr/share/backgrounds/rocky8/default-light.xml</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<author>Hayden Young</author>
|
||||||
|
<email>hbjy@rockylinux.org</email>
|
||||||
|
<license>Free Art License 1.3</license>
|
||||||
|
</wallpaper>
|
||||||
|
<wallpaper deleted="false">
|
||||||
|
<name>Rocky Linux 8 Default Background - Primary</name>
|
||||||
|
<filename>/usr/share/backgrounds/rocky8/default-primary.xml</filename>
|
||||||
|
<options>zoom</options>
|
||||||
|
<author>Hayden Young</author>
|
||||||
|
<email>hbjy@rockylinux.org</email>
|
||||||
|
<license>Free Art License 1.3</license>
|
||||||
|
</wallpaper>
|
||||||
|
</wallpapers>
|
25
backgrounds/rocky8/default-dark.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<background>
|
||||||
|
<starttime>
|
||||||
|
<year>2019</year>
|
||||||
|
<month>03</month>
|
||||||
|
<day>30</day>
|
||||||
|
<hour>16</hour>
|
||||||
|
<minute>21</minute>
|
||||||
|
<second>19</second>
|
||||||
|
</starttime>
|
||||||
|
|
||||||
|
<static>
|
||||||
|
<duration>10000000000.0</duration>
|
||||||
|
<file>
|
||||||
|
<!-- Wide 16:9 -->
|
||||||
|
<size width="1920" height="1080">/usr/share/backgrounds/rocky8/default/tv-wide/dark.png</size>
|
||||||
|
<!-- Wide 16:10 -->
|
||||||
|
<size width="1920" height="1200">/usr/share/backgrounds/rocky8/default/wide/dark.png</size>
|
||||||
|
<!-- Standard 4:3 -->
|
||||||
|
<size width="2048" height="1536">/usr/share/backgrounds/rocky8/default/standard/dark.png</size>
|
||||||
|
<!-- Normalish 5:4 -->
|
||||||
|
<size width="1280" height="1024">/usr/share/backgrounds/rocky8/default/normalish/dark.png</size>
|
||||||
|
</file>
|
||||||
|
</static>
|
||||||
|
|
||||||
|
</background>
|
25
backgrounds/rocky8/default-light.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<background>
|
||||||
|
<starttime>
|
||||||
|
<year>2019</year>
|
||||||
|
<month>03</month>
|
||||||
|
<day>30</day>
|
||||||
|
<hour>16</hour>
|
||||||
|
<minute>21</minute>
|
||||||
|
<second>19</second>
|
||||||
|
</starttime>
|
||||||
|
|
||||||
|
<static>
|
||||||
|
<duration>10000000000.0</duration>
|
||||||
|
<file>
|
||||||
|
<!-- Wide 16:9 -->
|
||||||
|
<size width="1920" height="1080">/usr/share/backgrounds/rocky8/default/tv-wide/light.png</size>
|
||||||
|
<!-- Wide 16:10 -->
|
||||||
|
<size width="1920" height="1200">/usr/share/backgrounds/rocky8/default/wide/light.png</size>
|
||||||
|
<!-- Standard 4:3 -->
|
||||||
|
<size width="2048" height="1536">/usr/share/backgrounds/rocky8/default/standard/light.png</size>
|
||||||
|
<!-- Normalish 5:4 -->
|
||||||
|
<size width="1280" height="1024">/usr/share/backgrounds/rocky8/default/normalish/light.png</size>
|
||||||
|
</file>
|
||||||
|
</static>
|
||||||
|
|
||||||
|
</background>
|
25
backgrounds/rocky8/default-primary.xml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<background>
|
||||||
|
<starttime>
|
||||||
|
<year>2019</year>
|
||||||
|
<month>03</month>
|
||||||
|
<day>30</day>
|
||||||
|
<hour>16</hour>
|
||||||
|
<minute>21</minute>
|
||||||
|
<second>19</second>
|
||||||
|
</starttime>
|
||||||
|
|
||||||
|
<static>
|
||||||
|
<duration>10000000000.0</duration>
|
||||||
|
<file>
|
||||||
|
<!-- Wide 16:9 -->
|
||||||
|
<size width="1920" height="1080">/usr/share/backgrounds/rocky8/default/tv-wide/primary.png</size>
|
||||||
|
<!-- Wide 16:10 -->
|
||||||
|
<size width="1920" height="1200">/usr/share/backgrounds/rocky8/default/wide/primary.png</size>
|
||||||
|
<!-- Standard 4:3 -->
|
||||||
|
<size width="2048" height="1536">/usr/share/backgrounds/rocky8/default/standard/primary.png</size>
|
||||||
|
<!-- Normalish 5:4 -->
|
||||||
|
<size width="1280" height="1024">/usr/share/backgrounds/rocky8/default/normalish/primary.png</size>
|
||||||
|
</file>
|
||||||
|
</static>
|
||||||
|
|
||||||
|
</background>
|
BIN
backgrounds/rocky8/default/normalish/c8-hue-0.png
Normal file
After Width: | Height: | Size: 486 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-1.png
Normal file
After Width: | Height: | Size: 585 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-2.png
Normal file
After Width: | Height: | Size: 604 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-3.png
Normal file
After Width: | Height: | Size: 561 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-4.png
Normal file
After Width: | Height: | Size: 570 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-5.png
Normal file
After Width: | Height: | Size: 532 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-6.png
Normal file
After Width: | Height: | Size: 578 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-7.png
Normal file
After Width: | Height: | Size: 566 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-8.png
Normal file
After Width: | Height: | Size: 613 KiB |
BIN
backgrounds/rocky8/default/normalish/c8-hue-9.png
Normal file
After Width: | Height: | Size: 594 KiB |
BIN
backgrounds/rocky8/default/normalish/c8.png
Normal file
After Width: | Height: | Size: 739 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-0.png
Normal file
After Width: | Height: | Size: 501 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-1.png
Normal file
After Width: | Height: | Size: 604 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-2.png
Normal file
After Width: | Height: | Size: 623 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-3.png
Normal file
After Width: | Height: | Size: 578 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-4.png
Normal file
After Width: | Height: | Size: 588 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-5.png
Normal file
After Width: | Height: | Size: 548 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-6.png
Normal file
After Width: | Height: | Size: 596 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-7.png
Normal file
After Width: | Height: | Size: 583 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-8.png
Normal file
After Width: | Height: | Size: 632 KiB |
BIN
backgrounds/rocky8/default/standard/c8-hue-9.png
Normal file
After Width: | Height: | Size: 613 KiB |
BIN
backgrounds/rocky8/default/standard/c8.png
Normal file
After Width: | Height: | Size: 760 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-0.png
Normal file
After Width: | Height: | Size: 393 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-1.png
Normal file
After Width: | Height: | Size: 480 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-2.png
Normal file
After Width: | Height: | Size: 496 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-3.png
Normal file
After Width: | Height: | Size: 449 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-4.png
Normal file
After Width: | Height: | Size: 462 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-5.png
Normal file
After Width: | Height: | Size: 425 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-6.png
Normal file
After Width: | Height: | Size: 468 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-7.png
Normal file
After Width: | Height: | Size: 450 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-8.png
Normal file
After Width: | Height: | Size: 500 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8-hue-9.png
Normal file
After Width: | Height: | Size: 485 KiB |
BIN
backgrounds/rocky8/default/tv-wide/c8.png
Normal file
After Width: | Height: | Size: 605 KiB |
BIN
backgrounds/rocky8/default/wide/c8-hue-0.png
Normal file
After Width: | Height: | Size: 368 KiB |
BIN
backgrounds/rocky8/default/wide/c8-hue-1.png
Normal file
After Width: | Height: | Size: 450 KiB |