@@ -27,43 +27,43 @@ import Config from "@site/src/components/Config.js";
2727
2828## Options
2929
30- | Name | Type | Default | Description |
31- | --------------------- | :-------: | :----------: | -------------------------------------------------------- |
32- | ` macos ` | ` string ` | ` \uF179 ` | the string to use for macOS |
33- | ` linux ` | ` string ` | ` \uF17C ` | the icon to use for Linux |
34- | ` windows ` | ` string ` | ` \uE62A ` | the icon to use for Windows |
35- | ` display_distro_name ` | ` boolean ` | ` false ` | display the distro name instead of icon for Linux or WSL |
36- | ` alma ` | ` string ` | ` \uF31D ` | the icon to use for AlmaLinux OS |
37- | ` almalinux ` | ` string ` | ` \uF31D ` | the icon to use for AlmaLinux OS |
38- | ` almalinux9 ` | ` string ` | ` \uF31D ` | the icon to use for AlmaLinux OS 9 |
39- | ` alpine ` | ` string ` | ` \uF300 ` | the icon to use for Alpine Linux |
40- | ` android ` | ` string ` | ` \ue70e ` | the icon to use for Android |
41- | ` aosc ` | ` string ` | ` \uF301 ` | the icon to use for AOSC OS |
42- | ` arch ` | ` string ` | ` \uF303 ` | the icon to use for Arch Linux |
43- | ` centos ` | ` string ` | ` \uF304 ` | the icon to use for CentOS |
44- | ` coreos ` | ` string ` | ` \uF305 ` | the icon to use for CoreOS Container Linux |
45- | ` debian ` | ` string ` | ` \uF306 ` | the icon to use for Debian |
46- | ` deepin ` | ` string ` | ` \uF321 ` | the icon to use for deepin |
47- | ` devuan ` | ` string ` | ` \uF307 ` | the icon to use for Devuan GNU+Linux |
48- | ` elementary ` | ` string ` | ` \uF309 ` | the icon to use for elementary OS |
49- | ` endeavouros ` | ` string ` | ` \uF322 ` | the icon to use for EndeavourOS |
50- | ` fedora ` | ` string ` | ` \uF30a ` | the icon to use for Fedora |
51- | ` freebsd ` | ` string ` | ` \U000f08e0 ` | the icon to use for FreeBSD |
52- | ` gentoo ` | ` string ` | ` \uF30d ` | the icon to use for Gentoo Linux |
53- | ` kali ` | ` string ` | ` \uf327 ` | the icon to use for Kali Linux |
54- | ` mageia ` | ` string ` | ` \uF310 ` | the icon to use for Mageia |
55- | ` manjaro ` | ` string ` | ` \uF312 ` | the icon to use for Manjaro Linux |
56- | ` mint ` | ` string ` | ` \uF30e ` | the icon to use for Linux Mint |
57- | ` neon ` | ` string ` | ` \uf331 ` | the icon to use for KDE neon |
58- | ` nixos ` | ` string ` | ` \uF313 ` | the icon to use for NixOS |
59- | ` opensuse ` | ` string ` | ` \uF314 ` | the icon to use for openSUSE |
60- | ` opensuse-tumbleweed ` | ` string ` | ` \uF314 ` | the icon to use for openSUSE Tumbleweed |
61- | ` raspbian ` | ` string ` | ` \uF315 ` | the icon to use for Raspberry Pi OS (Raspbian) |
62- | ` redhat ` | ` string ` | ` \uF316 ` | the icon to use for Red Hat Enterprise Linux (RHEL) |
63- | ` rocky ` | ` string ` | ` \uF32B ` | the icon to use for Rocky Linux |
64- | ` sabayon ` | ` string ` | ` \uF317 ` | the icon to use for Sabayon |
65- | ` slackware ` | ` string ` | ` \uF319 ` | the icon to use for Slackware Linux |
66- | ` ubuntu ` | ` string ` | ` \uF31b ` | the icon to use for Ubuntu |
30+ | Name | Type | Default | Description |
31+ | --------------------- | :-------: | :------------ : | -------------------------------------------------------- |
32+ | ` macos ` | ` string ` | ` \uF179 ` | the string to use for macOS |
33+ | ` linux ` | ` string ` | ` \uF17C ` | the icon to use for Linux |
34+ | ` windows ` | ` string ` | ` \uE62A ` | the icon to use for Windows |
35+ | ` display_distro_name ` | ` boolean ` | ` false ` | display the distro name instead of icon for Linux or WSL |
36+ | ` alma ` | ` string ` | ` \uF31D ` | the icon to use for AlmaLinux OS |
37+ | ` almalinux ` | ` string ` | ` \uF31D ` | the icon to use for AlmaLinux OS |
38+ | ` almalinux9 ` | ` string ` | ` \uF31D ` | the icon to use for AlmaLinux OS 9 |
39+ | ` alpine ` | ` string ` | ` \uF300 ` | the icon to use for Alpine Linux |
40+ | ` android ` | ` string ` | ` \ue70e ` | the icon to use for Android |
41+ | ` aosc ` | ` string ` | ` \uF301 ` | the icon to use for AOSC OS |
42+ | ` arch ` | ` string ` | ` \uF303 ` | the icon to use for Arch Linux |
43+ | ` centos ` | ` string ` | ` \uF304 ` | the icon to use for CentOS |
44+ | ` coreos ` | ` string ` | ` \uF305 ` | the icon to use for CoreOS Container Linux |
45+ | ` debian ` | ` string ` | ` \uF306 ` | the icon to use for Debian |
46+ | ` deepin ` | ` string ` | ` \uF321 ` | the icon to use for deepin |
47+ | ` devuan ` | ` string ` | ` \uF307 ` | the icon to use for Devuan GNU+Linux |
48+ | ` elementary ` | ` string ` | ` \uF309 ` | the icon to use for elementary OS |
49+ | ` endeavouros ` | ` string ` | ` \uF322 ` | the icon to use for EndeavourOS |
50+ | ` fedora ` | ` string ` | ` \uF30a ` | the icon to use for Fedora |
51+ | ` freebsd ` | ` string ` | ` \udb82\udce0 ` | the icon to use for FreeBSD |
52+ | ` gentoo ` | ` string ` | ` \uF30d ` | the icon to use for Gentoo Linux |
53+ | ` kali ` | ` string ` | ` \uf327 ` | the icon to use for Kali Linux |
54+ | ` mageia ` | ` string ` | ` \uF310 ` | the icon to use for Mageia |
55+ | ` manjaro ` | ` string ` | ` \uF312 ` | the icon to use for Manjaro Linux |
56+ | ` mint ` | ` string ` | ` \udb82\udced ` | the icon to use for Linux Mint |
57+ | ` neon ` | ` string ` | ` \uf331 ` | the icon to use for KDE neon |
58+ | ` nixos ` | ` string ` | ` \uF313 ` | the icon to use for NixOS |
59+ | ` opensuse ` | ` string ` | ` \uF314 ` | the icon to use for openSUSE |
60+ | ` opensuse-tumbleweed ` | ` string ` | ` \uF314 ` | the icon to use for openSUSE Tumbleweed |
61+ | ` raspbian ` | ` string ` | ` \uF315 ` | the icon to use for Raspberry Pi OS (Raspbian) |
62+ | ` redhat ` | ` string ` | ` \uF316 ` | the icon to use for Red Hat Enterprise Linux (RHEL) |
63+ | ` rocky ` | ` string ` | ` \uF32B ` | the icon to use for Rocky Linux |
64+ | ` sabayon ` | ` string ` | ` \uF317 ` | the icon to use for Sabayon |
65+ | ` slackware ` | ` string ` | ` \uF319 ` | the icon to use for Slackware Linux |
66+ | ` ubuntu ` | ` string ` | ` \uF31b ` | the icon to use for Ubuntu |
6767
6868## Template ([ info] [ templates ] )
6969
0 commit comments