Skip to content

Commit ea9c9f0

Browse files
JamBalaya56562JanDeDobbeleer
authored andcommitted
feat: update linux mint icon
1 parent 2e6c77b commit ea9c9f0

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

src/segments/os.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (oi *Os) getDistroIcon(distro string) string {
7373
"kali": "\uf327",
7474
"mageia": "\uF310",
7575
"manjaro": "\uF312",
76-
"mint": "\uF30e",
76+
"mint": "\U000f08ed",
7777
"nixos": "\uF313",
7878
"opensuse": "\uF314",
7979
"opensuse-tumbleweed": "\uF314",

themes/schema.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,12 +2689,36 @@
26892689
"description": "Display the distro name or icon or not",
26902690
"default": false
26912691
},
2692+
"alma": {
2693+
"type": "string",
2694+
"title": "Alma Icon",
2695+
"description": "The icon to use for Alma",
2696+
"default": "\uf31d"
2697+
},
2698+
"almalinux": {
2699+
"type": "string",
2700+
"title": "AlmaLinux Icon",
2701+
"description": "The icon to use for AlmaLinux",
2702+
"default": "\uf31d"
2703+
},
2704+
"almalinux9": {
2705+
"type": "string",
2706+
"title": "AlmaLinux9 Icon",
2707+
"description": "The icon to use for AlmaLinux9",
2708+
"default": "\uf31d"
2709+
},
26922710
"alpine": {
26932711
"type": "string",
26942712
"title": "Alpine Icon",
26952713
"description": "The icon to use for Alpine",
26962714
"default": "\uf300"
26972715
},
2716+
"android": {
2717+
"type": "string",
2718+
"title": "Android Icon",
2719+
"description": "The icon to use for Android",
2720+
"default": "\ue70e"
2721+
},
26982722
"aosc": {
26992723
"type": "string",
27002724
"title": "Aosc Icon",
@@ -2711,7 +2735,7 @@
27112735
"type": "string",
27122736
"title": "Centos Icon",
27132737
"description": "The icon to use for Centos",
2714-
"default": "\uf303"
2738+
"default": "\uf304"
27152739
},
27162740
"coreos": {
27172741
"type": "string",
@@ -2737,12 +2761,6 @@
27372761
"description": "The icon to use for Devuan",
27382762
"default": "\uf307"
27392763
},
2740-
"raspbian": {
2741-
"type": "string",
2742-
"title": "Raspbian Icon",
2743-
"description": "The icon to use for Raspbian",
2744-
"default": "\uf315"
2745-
},
27462764
"elementary": {
27472765
"type": "string",
27482766
"title": "Elementary Icon",
@@ -2765,7 +2783,7 @@
27652783
"type": "string",
27662784
"title": "FreeBSD Icon",
27672785
"description": "The icon to use for FreeBSD",
2768-
"default": "\\U000f08e0"
2786+
"default": "\udb82\udce0"
27692787
},
27702788
"gentoo": {
27712789
"type": "string",
@@ -2777,7 +2795,7 @@
27772795
"type": "string",
27782796
"title": "Kali Icon",
27792797
"description": "The icon to use for Kali",
2780-
"default": "\\uf327"
2798+
"default": "\uf327"
27812799
},
27822800
"mageia": {
27832801
"type": "string",
@@ -2795,13 +2813,13 @@
27952813
"type": "string",
27962814
"title": "Mint Icon",
27972815
"description": "The icon to use for Mint",
2798-
"default": "\uf30e"
2816+
"default": "\udb82\udced"
27992817
},
28002818
"neon": {
28012819
"type": "string",
28022820
"title": "Neon Icon",
28032821
"description": "The icon to use for Neon",
2804-
"default": "\\uf331"
2822+
"default": "\uf331"
28052823
},
28062824
"nixos": {
28072825
"type": "string",
@@ -2821,12 +2839,24 @@
28212839
"description": "The icon to use for OpenSUSE Tumbleweed",
28222840
"default": "\uf314"
28232841
},
2842+
"raspbian": {
2843+
"type": "string",
2844+
"title": "Raspbian Icon",
2845+
"description": "The icon to use for Raspbian",
2846+
"default": "\uf315"
2847+
},
28242848
"redhat": {
28252849
"type": "string",
28262850
"title": "Redhat Icon",
28272851
"description": "The icon to use for Redhat",
28282852
"default": "\uf316"
28292853
},
2854+
"rocky": {
2855+
"type": "string",
2856+
"title": "Rocky Icon",
2857+
"description": "The icon to use for Rocky",
2858+
"default": "\uf32b"
2859+
},
28302860
"sabayon": {
28312861
"type": "string",
28322862
"title": "Sabayon Icon",
@@ -2844,36 +2874,6 @@
28442874
"title": "Ubuntu Icon",
28452875
"description": "The icon to use for Ubuntu",
28462876
"default": "\uf31b"
2847-
},
2848-
"rocky": {
2849-
"type": "string",
2850-
"title": "Rocky Icon",
2851-
"description": "The icon to use for Rocky",
2852-
"default": "\uf32b"
2853-
},
2854-
"alma": {
2855-
"type": "string",
2856-
"title": "Alma Icon",
2857-
"description": "The icon to use for Alma",
2858-
"default": "\uf31d"
2859-
},
2860-
"almalinux": {
2861-
"type": "string",
2862-
"title": "AlmaLinux Icon",
2863-
"description": "The icon to use for AlmaLinux",
2864-
"default": "\uf31d"
2865-
},
2866-
"almalinux9": {
2867-
"type": "string",
2868-
"title": "AlmaLinux9 Icon",
2869-
"description": "The icon to use for AlmaLinux9",
2870-
"default": "\uf31d"
2871-
},
2872-
"android": {
2873-
"type": "string",
2874-
"title": "Android Icon",
2875-
"description": "The icon to use for Android",
2876-
"default": "\\ue70e"
28772877
}
28782878
},
28792879
"additionalProperties": false

website/docs/segments/system/os.mdx

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)