├── README.md ├── alsi_example.png ├── archlinux.xcf ├── archlinux2x.xcf ├── generate.sh ├── hi.xcf ├── hi_rectangular.xcf ├── pngs ├── antergos.png ├── antergos_black.png ├── archlinux.png ├── archlinux_black.png ├── centos.png ├── centos_black.png ├── chakra.png ├── chakra_alt.png ├── chakra_black.png ├── debian.png ├── debian_black.png ├── fedora.png ├── fedora_black.png ├── gentoo.png ├── gentoo_black.png ├── gentoo_flat.png ├── gentoo_flat_black.png ├── manjaro.png ├── manjaro_black.png ├── mint.png ├── mint_black.png ├── rasparch.png ├── rasparch_black.png ├── raspberrypi.png ├── raspberrypi_black.png ├── raspbian.png ├── raspbian_black.png ├── slackware.png ├── slackware_black.png ├── ubuntu.png ├── ubuntu_black.png ├── ubuntu_old.png ├── ubuntu_old_black.png ├── xubuntu.png └── xubuntu_black.png ├── preview.png ├── screenfetch_logo_script └── textlogos ├── antergos ├── antergos_36x36.txt ├── antergos_72x72.txt └── antergos_high.txt ├── antergos_black ├── antergos_black_36x36.txt ├── antergos_black_72x72.txt └── antergos_black_high.txt ├── archlinux ├── archlinux_36x36.txt ├── archlinux_72x72.txt └── archlinux_high.txt ├── archlinux_black ├── archlinux_black_36x36.txt ├── archlinux_black_72x72.txt └── archlinux_black_high.txt ├── centos ├── centos_36x36.txt ├── centos_72x72.txt └── centos_high.txt ├── centos_black ├── centos_black_36x36.txt ├── centos_black_72x72.txt └── centos_black_high.txt ├── chakra ├── chakra_36x36.txt ├── chakra_72x72.txt └── chakra_high.txt ├── chakra_alt ├── chakra_alt_36x36.txt ├── chakra_alt_72x72.txt └── chakra_alt_high.txt ├── chakra_black ├── chakra_black_36x36.txt ├── chakra_black_72x72.txt └── chakra_black_high.txt ├── debian ├── debian_36x36.txt ├── debian_72x72.txt └── debian_high.txt ├── debian_black ├── debian_black_36x36.txt ├── debian_black_72x72.txt └── debian_black_high.txt ├── fedora ├── fedora_36x36.txt ├── fedora_72x72.txt └── fedora_high.txt ├── fedora_black ├── fedora_black_36x36.txt ├── fedora_black_72x72.txt └── fedora_black_high.txt ├── gentoo ├── gentoo_36x36.txt ├── gentoo_72x72.txt └── gentoo_high.txt ├── gentoo_black ├── gentoo_black_36x36.txt ├── gentoo_black_72x72.txt └── gentoo_black_high.txt ├── gentoo_flat ├── gentoo_flat_36x36.txt ├── gentoo_flat_72x72.txt └── gentoo_flat_high.txt ├── gentoo_flat_black ├── gentoo_flat_black_36x36.txt ├── gentoo_flat_black_72x72.txt └── gentoo_flat_black_high.txt ├── manjaro ├── manjaro_36x36.txt ├── manjaro_72x72.txt └── manjaro_high.txt ├── manjaro_black ├── manjaro_black_36x36.txt ├── manjaro_black_72x72.txt └── manjaro_black_high.txt ├── mint ├── mint_36x36.txt ├── mint_72x72.txt └── mint_high.txt ├── mint_black ├── mint_black_36x36.txt ├── mint_black_72x72.txt └── mint_black_high.txt ├── rasparch ├── rasparch_36x36.txt ├── rasparch_72x72.txt └── rasparch_high.txt ├── rasparch_black ├── rasparch_black_36x36.txt ├── rasparch_black_72x72.txt └── rasparch_black_high.txt ├── raspberrypi ├── raspberrypi_36x36.txt ├── raspberrypi_72x72.txt └── raspberrypi_high.txt ├── raspberrypi_black ├── raspberrypi_black_36x36.txt ├── raspberrypi_black_72x72.txt └── raspberrypi_black_high.txt ├── raspbian ├── raspbian_36x36.txt ├── raspbian_72x72.txt └── raspbian_high.txt ├── raspbian_black ├── raspbian_black_36x36.txt ├── raspbian_black_72x72.txt └── raspbian_black_high.txt ├── slackware ├── slackware_36x36.txt ├── slackware_72x72.txt └── slackware_high.txt ├── slackware_black ├── slackware_black_36x36.txt ├── slackware_black_72x72.txt └── slackware_black_high.txt ├── ubuntu ├── ubuntu_36x36.txt ├── ubuntu_72x72.txt └── ubuntu_high.txt ├── ubuntu_black ├── ubuntu_black_36x36.txt ├── ubuntu_black_72x72.txt └── ubuntu_black_high.txt ├── ubuntu_old ├── ubuntu_old_36x36.txt ├── ubuntu_old_72x72.txt └── ubuntu_old_high.txt ├── ubuntu_old_black ├── ubuntu_old_black_36x36.txt ├── ubuntu_old_black_72x72.txt └── ubuntu_old_black_high.txt ├── xubuntu ├── xubuntu_36x36.txt ├── xubuntu_72x72.txt └── xubuntu_high.txt └── xubuntu_black ├── xubuntu_black_36x36.txt ├── xubuntu_black_72x72.txt └── xubuntu_black_high.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/README.md -------------------------------------------------------------------------------- /alsi_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/alsi_example.png -------------------------------------------------------------------------------- /archlinux.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/archlinux.xcf -------------------------------------------------------------------------------- /archlinux2x.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/archlinux2x.xcf -------------------------------------------------------------------------------- /generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/generate.sh -------------------------------------------------------------------------------- /hi.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/hi.xcf -------------------------------------------------------------------------------- /hi_rectangular.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/hi_rectangular.xcf -------------------------------------------------------------------------------- /pngs/antergos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/antergos.png -------------------------------------------------------------------------------- /pngs/antergos_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/antergos_black.png -------------------------------------------------------------------------------- /pngs/archlinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/archlinux.png -------------------------------------------------------------------------------- /pngs/archlinux_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/archlinux_black.png -------------------------------------------------------------------------------- /pngs/centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/centos.png -------------------------------------------------------------------------------- /pngs/centos_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/centos_black.png -------------------------------------------------------------------------------- /pngs/chakra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/chakra.png -------------------------------------------------------------------------------- /pngs/chakra_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/chakra_alt.png -------------------------------------------------------------------------------- /pngs/chakra_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/chakra_black.png -------------------------------------------------------------------------------- /pngs/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/debian.png -------------------------------------------------------------------------------- /pngs/debian_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/debian_black.png -------------------------------------------------------------------------------- /pngs/fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/fedora.png -------------------------------------------------------------------------------- /pngs/fedora_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/fedora_black.png -------------------------------------------------------------------------------- /pngs/gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/gentoo.png -------------------------------------------------------------------------------- /pngs/gentoo_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/gentoo_black.png -------------------------------------------------------------------------------- /pngs/gentoo_flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/gentoo_flat.png -------------------------------------------------------------------------------- /pngs/gentoo_flat_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/gentoo_flat_black.png -------------------------------------------------------------------------------- /pngs/manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/manjaro.png -------------------------------------------------------------------------------- /pngs/manjaro_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/manjaro_black.png -------------------------------------------------------------------------------- /pngs/mint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/mint.png -------------------------------------------------------------------------------- /pngs/mint_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/mint_black.png -------------------------------------------------------------------------------- /pngs/rasparch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/rasparch.png -------------------------------------------------------------------------------- /pngs/rasparch_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/rasparch_black.png -------------------------------------------------------------------------------- /pngs/raspberrypi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/raspberrypi.png -------------------------------------------------------------------------------- /pngs/raspberrypi_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/raspberrypi_black.png -------------------------------------------------------------------------------- /pngs/raspbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/raspbian.png -------------------------------------------------------------------------------- /pngs/raspbian_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/raspbian_black.png -------------------------------------------------------------------------------- /pngs/slackware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/slackware.png -------------------------------------------------------------------------------- /pngs/slackware_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/slackware_black.png -------------------------------------------------------------------------------- /pngs/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/ubuntu.png -------------------------------------------------------------------------------- /pngs/ubuntu_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/ubuntu_black.png -------------------------------------------------------------------------------- /pngs/ubuntu_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/ubuntu_old.png -------------------------------------------------------------------------------- /pngs/ubuntu_old_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/ubuntu_old_black.png -------------------------------------------------------------------------------- /pngs/xubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/xubuntu.png -------------------------------------------------------------------------------- /pngs/xubuntu_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/pngs/xubuntu_black.png -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/preview.png -------------------------------------------------------------------------------- /screenfetch_logo_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/screenfetch_logo_script -------------------------------------------------------------------------------- /textlogos/antergos/antergos_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/antergos/antergos_36x36.txt -------------------------------------------------------------------------------- /textlogos/antergos/antergos_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/antergos/antergos_72x72.txt -------------------------------------------------------------------------------- /textlogos/antergos/antergos_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/antergos/antergos_high.txt -------------------------------------------------------------------------------- /textlogos/antergos_black/antergos_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/antergos_black/antergos_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/antergos_black/antergos_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/antergos_black/antergos_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/antergos_black/antergos_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/antergos_black/antergos_black_high.txt -------------------------------------------------------------------------------- /textlogos/archlinux/archlinux_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/archlinux/archlinux_36x36.txt -------------------------------------------------------------------------------- /textlogos/archlinux/archlinux_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/archlinux/archlinux_72x72.txt -------------------------------------------------------------------------------- /textlogos/archlinux/archlinux_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/archlinux/archlinux_high.txt -------------------------------------------------------------------------------- /textlogos/archlinux_black/archlinux_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/archlinux_black/archlinux_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/archlinux_black/archlinux_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/archlinux_black/archlinux_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/archlinux_black/archlinux_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/archlinux_black/archlinux_black_high.txt -------------------------------------------------------------------------------- /textlogos/centos/centos_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/centos/centos_36x36.txt -------------------------------------------------------------------------------- /textlogos/centos/centos_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/centos/centos_72x72.txt -------------------------------------------------------------------------------- /textlogos/centos/centos_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/centos/centos_high.txt -------------------------------------------------------------------------------- /textlogos/centos_black/centos_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/centos_black/centos_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/centos_black/centos_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/centos_black/centos_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/centos_black/centos_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/centos_black/centos_black_high.txt -------------------------------------------------------------------------------- /textlogos/chakra/chakra_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra/chakra_36x36.txt -------------------------------------------------------------------------------- /textlogos/chakra/chakra_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra/chakra_72x72.txt -------------------------------------------------------------------------------- /textlogos/chakra/chakra_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra/chakra_high.txt -------------------------------------------------------------------------------- /textlogos/chakra_alt/chakra_alt_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra_alt/chakra_alt_36x36.txt -------------------------------------------------------------------------------- /textlogos/chakra_alt/chakra_alt_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra_alt/chakra_alt_72x72.txt -------------------------------------------------------------------------------- /textlogos/chakra_alt/chakra_alt_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra_alt/chakra_alt_high.txt -------------------------------------------------------------------------------- /textlogos/chakra_black/chakra_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra_black/chakra_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/chakra_black/chakra_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra_black/chakra_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/chakra_black/chakra_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/chakra_black/chakra_black_high.txt -------------------------------------------------------------------------------- /textlogos/debian/debian_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/debian/debian_36x36.txt -------------------------------------------------------------------------------- /textlogos/debian/debian_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/debian/debian_72x72.txt -------------------------------------------------------------------------------- /textlogos/debian/debian_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/debian/debian_high.txt -------------------------------------------------------------------------------- /textlogos/debian_black/debian_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/debian_black/debian_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/debian_black/debian_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/debian_black/debian_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/debian_black/debian_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/debian_black/debian_black_high.txt -------------------------------------------------------------------------------- /textlogos/fedora/fedora_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/fedora/fedora_36x36.txt -------------------------------------------------------------------------------- /textlogos/fedora/fedora_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/fedora/fedora_72x72.txt -------------------------------------------------------------------------------- /textlogos/fedora/fedora_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/fedora/fedora_high.txt -------------------------------------------------------------------------------- /textlogos/fedora_black/fedora_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/fedora_black/fedora_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/fedora_black/fedora_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/fedora_black/fedora_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/fedora_black/fedora_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/fedora_black/fedora_black_high.txt -------------------------------------------------------------------------------- /textlogos/gentoo/gentoo_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo/gentoo_36x36.txt -------------------------------------------------------------------------------- /textlogos/gentoo/gentoo_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo/gentoo_72x72.txt -------------------------------------------------------------------------------- /textlogos/gentoo/gentoo_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo/gentoo_high.txt -------------------------------------------------------------------------------- /textlogos/gentoo_black/gentoo_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_black/gentoo_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/gentoo_black/gentoo_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_black/gentoo_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/gentoo_black/gentoo_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_black/gentoo_black_high.txt -------------------------------------------------------------------------------- /textlogos/gentoo_flat/gentoo_flat_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_flat/gentoo_flat_36x36.txt -------------------------------------------------------------------------------- /textlogos/gentoo_flat/gentoo_flat_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_flat/gentoo_flat_72x72.txt -------------------------------------------------------------------------------- /textlogos/gentoo_flat/gentoo_flat_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_flat/gentoo_flat_high.txt -------------------------------------------------------------------------------- /textlogos/gentoo_flat_black/gentoo_flat_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_flat_black/gentoo_flat_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/gentoo_flat_black/gentoo_flat_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_flat_black/gentoo_flat_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/gentoo_flat_black/gentoo_flat_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/gentoo_flat_black/gentoo_flat_black_high.txt -------------------------------------------------------------------------------- /textlogos/manjaro/manjaro_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/manjaro/manjaro_36x36.txt -------------------------------------------------------------------------------- /textlogos/manjaro/manjaro_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/manjaro/manjaro_72x72.txt -------------------------------------------------------------------------------- /textlogos/manjaro/manjaro_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/manjaro/manjaro_high.txt -------------------------------------------------------------------------------- /textlogos/manjaro_black/manjaro_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/manjaro_black/manjaro_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/manjaro_black/manjaro_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/manjaro_black/manjaro_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/manjaro_black/manjaro_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/manjaro_black/manjaro_black_high.txt -------------------------------------------------------------------------------- /textlogos/mint/mint_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/mint/mint_36x36.txt -------------------------------------------------------------------------------- /textlogos/mint/mint_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/mint/mint_72x72.txt -------------------------------------------------------------------------------- /textlogos/mint/mint_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/mint/mint_high.txt -------------------------------------------------------------------------------- /textlogos/mint_black/mint_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/mint_black/mint_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/mint_black/mint_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/mint_black/mint_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/mint_black/mint_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/mint_black/mint_black_high.txt -------------------------------------------------------------------------------- /textlogos/rasparch/rasparch_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/rasparch/rasparch_36x36.txt -------------------------------------------------------------------------------- /textlogos/rasparch/rasparch_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/rasparch/rasparch_72x72.txt -------------------------------------------------------------------------------- /textlogos/rasparch/rasparch_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/rasparch/rasparch_high.txt -------------------------------------------------------------------------------- /textlogos/rasparch_black/rasparch_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/rasparch_black/rasparch_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/rasparch_black/rasparch_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/rasparch_black/rasparch_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/rasparch_black/rasparch_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/rasparch_black/rasparch_black_high.txt -------------------------------------------------------------------------------- /textlogos/raspberrypi/raspberrypi_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspberrypi/raspberrypi_36x36.txt -------------------------------------------------------------------------------- /textlogos/raspberrypi/raspberrypi_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspberrypi/raspberrypi_72x72.txt -------------------------------------------------------------------------------- /textlogos/raspberrypi/raspberrypi_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspberrypi/raspberrypi_high.txt -------------------------------------------------------------------------------- /textlogos/raspberrypi_black/raspberrypi_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspberrypi_black/raspberrypi_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/raspberrypi_black/raspberrypi_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspberrypi_black/raspberrypi_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/raspberrypi_black/raspberrypi_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspberrypi_black/raspberrypi_black_high.txt -------------------------------------------------------------------------------- /textlogos/raspbian/raspbian_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspbian/raspbian_36x36.txt -------------------------------------------------------------------------------- /textlogos/raspbian/raspbian_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspbian/raspbian_72x72.txt -------------------------------------------------------------------------------- /textlogos/raspbian/raspbian_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspbian/raspbian_high.txt -------------------------------------------------------------------------------- /textlogos/raspbian_black/raspbian_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspbian_black/raspbian_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/raspbian_black/raspbian_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspbian_black/raspbian_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/raspbian_black/raspbian_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/raspbian_black/raspbian_black_high.txt -------------------------------------------------------------------------------- /textlogos/slackware/slackware_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/slackware/slackware_36x36.txt -------------------------------------------------------------------------------- /textlogos/slackware/slackware_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/slackware/slackware_72x72.txt -------------------------------------------------------------------------------- /textlogos/slackware/slackware_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/slackware/slackware_high.txt -------------------------------------------------------------------------------- /textlogos/slackware_black/slackware_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/slackware_black/slackware_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/slackware_black/slackware_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/slackware_black/slackware_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/slackware_black/slackware_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/slackware_black/slackware_black_high.txt -------------------------------------------------------------------------------- /textlogos/ubuntu/ubuntu_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu/ubuntu_36x36.txt -------------------------------------------------------------------------------- /textlogos/ubuntu/ubuntu_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu/ubuntu_72x72.txt -------------------------------------------------------------------------------- /textlogos/ubuntu/ubuntu_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu/ubuntu_high.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_black/ubuntu_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_black/ubuntu_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_black/ubuntu_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_black/ubuntu_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_black/ubuntu_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_black/ubuntu_black_high.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_old/ubuntu_old_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_old/ubuntu_old_36x36.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_old/ubuntu_old_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_old/ubuntu_old_72x72.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_old/ubuntu_old_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_old/ubuntu_old_high.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_old_black/ubuntu_old_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_old_black/ubuntu_old_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_old_black/ubuntu_old_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_old_black/ubuntu_old_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/ubuntu_old_black/ubuntu_old_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/ubuntu_old_black/ubuntu_old_black_high.txt -------------------------------------------------------------------------------- /textlogos/xubuntu/xubuntu_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/xubuntu/xubuntu_36x36.txt -------------------------------------------------------------------------------- /textlogos/xubuntu/xubuntu_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/xubuntu/xubuntu_72x72.txt -------------------------------------------------------------------------------- /textlogos/xubuntu/xubuntu_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/xubuntu/xubuntu_high.txt -------------------------------------------------------------------------------- /textlogos/xubuntu_black/xubuntu_black_36x36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/xubuntu_black/xubuntu_black_36x36.txt -------------------------------------------------------------------------------- /textlogos/xubuntu_black/xubuntu_black_72x72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/xubuntu_black/xubuntu_black_72x72.txt -------------------------------------------------------------------------------- /textlogos/xubuntu_black/xubuntu_black_high.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emoryy/unicode-distro-logos/HEAD/textlogos/xubuntu_black/xubuntu_black_high.txt --------------------------------------------------------------------------------