diff --git a/.github/workflows/update-content.yml b/.github/workflows/update-content.yml index fb18652..47ff5ff 100644 --- a/.github/workflows/update-content.yml +++ b/.github/workflows/update-content.yml @@ -16,7 +16,14 @@ jobs: - name: 📂 Create temp folder run: | mkdir temp - - name: 🖼️ Add icons + - name: 🖼️ Add backgrounds + run: | + for file in assets/backgrounds/*.png ; do + filename=$(basename "$file" .png) + mkdir "temp/$filename" + cp "$file" "temp/$filename/background.png" + done + - name: 🎨 Add icons run: | for dest in temp/* ; do cp -rv assets/icons "$dest"; done - name: 📇 Add fonts diff --git a/assets/backgrounds/acer.png b/assets/backgrounds/acer.png new file mode 100644 index 0000000..8185c27 Binary files /dev/null and b/assets/backgrounds/acer.png differ diff --git a/assets/backgrounds/alma.png b/assets/backgrounds/alma.png new file mode 100644 index 0000000..976e532 Binary files /dev/null and b/assets/backgrounds/alma.png differ diff --git a/assets/backgrounds/aorus.png b/assets/backgrounds/aorus.png new file mode 100644 index 0000000..0a70db4 Binary files /dev/null and b/assets/backgrounds/aorus.png differ diff --git a/assets/backgrounds/apple.png b/assets/backgrounds/apple.png new file mode 100644 index 0000000..9c3d960 Binary files /dev/null and b/assets/backgrounds/apple.png differ diff --git a/assets/backgrounds/arch.png b/assets/backgrounds/arch.png new file mode 100644 index 0000000..241cf62 Binary files /dev/null and b/assets/backgrounds/arch.png differ diff --git a/assets/backgrounds/arco.png b/assets/backgrounds/arco.png new file mode 100644 index 0000000..c6fcd0b Binary files /dev/null and b/assets/backgrounds/arco.png differ diff --git a/assets/backgrounds/artix.png b/assets/backgrounds/artix.png new file mode 100644 index 0000000..6e0116c Binary files /dev/null and b/assets/backgrounds/artix.png differ diff --git a/assets/backgrounds/asrock.png b/assets/backgrounds/asrock.png new file mode 100644 index 0000000..06f1f7c Binary files /dev/null and b/assets/backgrounds/asrock.png differ diff --git a/assets/backgrounds/asus.png b/assets/backgrounds/asus.png new file mode 100644 index 0000000..34480a1 Binary files /dev/null and b/assets/backgrounds/asus.png differ diff --git a/assets/backgrounds/bedrock.png b/assets/backgrounds/bedrock.png new file mode 100644 index 0000000..e2a1b80 Binary files /dev/null and b/assets/backgrounds/bedrock.png differ diff --git a/assets/backgrounds/centos.png b/assets/backgrounds/centos.png new file mode 100644 index 0000000..7e411e3 Binary files /dev/null and b/assets/backgrounds/centos.png differ diff --git a/assets/backgrounds/chromeos.png b/assets/backgrounds/chromeos.png new file mode 100644 index 0000000..bc362be Binary files /dev/null and b/assets/backgrounds/chromeos.png differ diff --git a/assets/backgrounds/debian.png b/assets/backgrounds/debian.png new file mode 100644 index 0000000..f800785 Binary files /dev/null and b/assets/backgrounds/debian.png differ diff --git a/assets/backgrounds/deepin.png b/assets/backgrounds/deepin.png new file mode 100644 index 0000000..535c6dc Binary files /dev/null and b/assets/backgrounds/deepin.png differ diff --git a/assets/backgrounds/dell.png b/assets/backgrounds/dell.png new file mode 100644 index 0000000..db6fb67 Binary files /dev/null and b/assets/backgrounds/dell.png differ diff --git a/assets/backgrounds/elementary.png b/assets/backgrounds/elementary.png new file mode 100644 index 0000000..860551c Binary files /dev/null and b/assets/backgrounds/elementary.png differ diff --git a/assets/backgrounds/endeavouros.png b/assets/backgrounds/endeavouros.png new file mode 100644 index 0000000..73fbb25 Binary files /dev/null and b/assets/backgrounds/endeavouros.png differ diff --git a/assets/backgrounds/fedora.png b/assets/backgrounds/fedora.png new file mode 100644 index 0000000..354951c Binary files /dev/null and b/assets/backgrounds/fedora.png differ diff --git a/assets/backgrounds/framework.png b/assets/backgrounds/framework.png new file mode 100644 index 0000000..6e44d7c Binary files /dev/null and b/assets/backgrounds/framework.png differ diff --git a/assets/backgrounds/freebsd.png b/assets/backgrounds/freebsd.png new file mode 100644 index 0000000..a39046b Binary files /dev/null and b/assets/backgrounds/freebsd.png differ diff --git a/assets/backgrounds/garuda.png b/assets/backgrounds/garuda.png new file mode 100644 index 0000000..f509d08 Binary files /dev/null and b/assets/backgrounds/garuda.png differ diff --git a/assets/backgrounds/gentoo.png b/assets/backgrounds/gentoo.png new file mode 100644 index 0000000..b07bf2c Binary files /dev/null and b/assets/backgrounds/gentoo.png differ diff --git a/assets/backgrounds/gigabyte.png b/assets/backgrounds/gigabyte.png new file mode 100644 index 0000000..d2b8241 Binary files /dev/null and b/assets/backgrounds/gigabyte.png differ diff --git a/assets/backgrounds/hp.png b/assets/backgrounds/hp.png new file mode 100644 index 0000000..f7f2442 Binary files /dev/null and b/assets/backgrounds/hp.png differ diff --git a/assets/backgrounds/huawei.png b/assets/backgrounds/huawei.png new file mode 100644 index 0000000..37fba00 Binary files /dev/null and b/assets/backgrounds/huawei.png differ diff --git a/assets/backgrounds/kdeneon.png b/assets/backgrounds/kdeneon.png new file mode 100644 index 0000000..a4534db Binary files /dev/null and b/assets/backgrounds/kdeneon.png differ diff --git a/assets/backgrounds/kingston.png b/assets/backgrounds/kingston.png new file mode 100644 index 0000000..25b4675 Binary files /dev/null and b/assets/backgrounds/kingston.png differ diff --git a/assets/backgrounds/kubuntu.png b/assets/backgrounds/kubuntu.png new file mode 100644 index 0000000..070b61e Binary files /dev/null and b/assets/backgrounds/kubuntu.png differ diff --git a/assets/backgrounds/legion.png b/assets/backgrounds/legion.png new file mode 100644 index 0000000..5771e29 Binary files /dev/null and b/assets/backgrounds/legion.png differ diff --git a/assets/backgrounds/lenovo.png b/assets/backgrounds/lenovo.png new file mode 100644 index 0000000..00e6940 Binary files /dev/null and b/assets/backgrounds/lenovo.png differ diff --git a/assets/backgrounds/lg.png b/assets/backgrounds/lg.png new file mode 100644 index 0000000..431ccdd Binary files /dev/null and b/assets/backgrounds/lg.png differ diff --git a/assets/backgrounds/lubuntu.png b/assets/backgrounds/lubuntu.png new file mode 100644 index 0000000..21d83df Binary files /dev/null and b/assets/backgrounds/lubuntu.png differ diff --git a/assets/backgrounds/manjaro.png b/assets/backgrounds/manjaro.png new file mode 100644 index 0000000..8a4ca91 Binary files /dev/null and b/assets/backgrounds/manjaro.png differ diff --git a/assets/backgrounds/mate.png b/assets/backgrounds/mate.png new file mode 100644 index 0000000..42f1003 Binary files /dev/null and b/assets/backgrounds/mate.png differ diff --git a/assets/backgrounds/mint.png b/assets/backgrounds/mint.png new file mode 100644 index 0000000..5a273be Binary files /dev/null and b/assets/backgrounds/mint.png differ diff --git a/assets/backgrounds/msi.png b/assets/backgrounds/msi.png new file mode 100644 index 0000000..63a25ec Binary files /dev/null and b/assets/backgrounds/msi.png differ diff --git a/assets/backgrounds/mx.png b/assets/backgrounds/mx.png new file mode 100644 index 0000000..5fe7c51 Binary files /dev/null and b/assets/backgrounds/mx.png differ diff --git a/assets/backgrounds/nixos.png b/assets/backgrounds/nixos.png new file mode 100644 index 0000000..4836c79 Binary files /dev/null and b/assets/backgrounds/nixos.png differ diff --git a/assets/backgrounds/opensuse.png b/assets/backgrounds/opensuse.png new file mode 100644 index 0000000..d95a7bf Binary files /dev/null and b/assets/backgrounds/opensuse.png differ diff --git a/assets/backgrounds/parabola.png b/assets/backgrounds/parabola.png new file mode 100644 index 0000000..251ba1f Binary files /dev/null and b/assets/backgrounds/parabola.png differ diff --git a/assets/backgrounds/popos.png b/assets/backgrounds/popos.png new file mode 100644 index 0000000..6fa4d2b Binary files /dev/null and b/assets/backgrounds/popos.png differ diff --git a/assets/backgrounds/razer.png b/assets/backgrounds/razer.png new file mode 100644 index 0000000..cf4ceca Binary files /dev/null and b/assets/backgrounds/razer.png differ diff --git a/assets/backgrounds/rocky.png b/assets/backgrounds/rocky.png new file mode 100644 index 0000000..ec27486 Binary files /dev/null and b/assets/backgrounds/rocky.png differ diff --git a/assets/backgrounds/samsung.png b/assets/backgrounds/samsung.png new file mode 100644 index 0000000..6d3e474 Binary files /dev/null and b/assets/backgrounds/samsung.png differ diff --git a/assets/backgrounds/slackware.png b/assets/backgrounds/slackware.png new file mode 100644 index 0000000..ca36a58 Binary files /dev/null and b/assets/backgrounds/slackware.png differ diff --git a/assets/backgrounds/solus.png b/assets/backgrounds/solus.png new file mode 100644 index 0000000..ef2be59 Binary files /dev/null and b/assets/backgrounds/solus.png differ diff --git a/assets/backgrounds/system76.png b/assets/backgrounds/system76.png new file mode 100644 index 0000000..fc58c71 Binary files /dev/null and b/assets/backgrounds/system76.png differ diff --git a/assets/backgrounds/thinkpad.png b/assets/backgrounds/thinkpad.png new file mode 100644 index 0000000..aba7719 Binary files /dev/null and b/assets/backgrounds/thinkpad.png differ diff --git a/assets/backgrounds/toshiba.png b/assets/backgrounds/toshiba.png new file mode 100644 index 0000000..79e9aba Binary files /dev/null and b/assets/backgrounds/toshiba.png differ diff --git a/assets/backgrounds/ubuntu.png b/assets/backgrounds/ubuntu.png new file mode 100644 index 0000000..7da400e Binary files /dev/null and b/assets/backgrounds/ubuntu.png differ diff --git a/assets/backgrounds/ultramarine.png b/assets/backgrounds/ultramarine.png new file mode 100644 index 0000000..a99205b Binary files /dev/null and b/assets/backgrounds/ultramarine.png differ diff --git a/assets/backgrounds/vaio.png b/assets/backgrounds/vaio.png new file mode 100644 index 0000000..4bbe8ff Binary files /dev/null and b/assets/backgrounds/vaio.png differ diff --git a/assets/backgrounds/ventoy.png b/assets/backgrounds/ventoy.png new file mode 100644 index 0000000..f270526 Binary files /dev/null and b/assets/backgrounds/ventoy.png differ diff --git a/assets/backgrounds/void.png b/assets/backgrounds/void.png new file mode 100644 index 0000000..eca91c8 Binary files /dev/null and b/assets/backgrounds/void.png differ diff --git a/assets/backgrounds/windows10.png b/assets/backgrounds/windows10.png new file mode 100644 index 0000000..fb71396 Binary files /dev/null and b/assets/backgrounds/windows10.png differ diff --git a/assets/backgrounds/windows11.png b/assets/backgrounds/windows11.png new file mode 100644 index 0000000..9ab6102 Binary files /dev/null and b/assets/backgrounds/windows11.png differ diff --git a/assets/backgrounds/xero.png b/assets/backgrounds/xero.png new file mode 100644 index 0000000..6ccb830 Binary files /dev/null and b/assets/backgrounds/xero.png differ diff --git a/assets/backgrounds/zorin.png b/assets/backgrounds/zorin.png new file mode 100644 index 0000000..fae559d Binary files /dev/null and b/assets/backgrounds/zorin.png differ