Skip to content

Commit

Permalink
feat(os): add default symbol for EndeavourOS
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman committed Jun 15, 2024
1 parent 2686a80 commit 1098aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/segments/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (oi *Os) getDistroIcon(distro string) string {
"deepin": "\uF321",
"devuan": "\uF307",
"elementary": "\uF309",
"endeavouros": "\uF322",
"fedora": "\uF30a",
"gentoo": "\uF30d",
"mageia": "\uF310",
Expand Down
1 change: 1 addition & 0 deletions website/docs/segments/os.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import Config from '@site/src/components/Config.js';
| `deepin` | `string` | `\uF321` | the icon to use for deepin |
| `devuan` | `string` | `\uF307` | the icon to use for Devuan GNU+Linux |
| `elementary` | `string` | `\uF309` | the icon to use for elementary OS |
| `endeavouros` | `string` | `\uF322` | the icon to use for EndeavourOS |
| `fedora` | `string` | `\uF30a` | the icon to use for Fedora |
| `gentoo` | `string` | `\uF30d` | the icon to use for Gentoo Linux |
| `mageia` | `string` | `\uF310` | the icon to use for Mageia |
Expand Down

0 comments on commit 1098aa9

Please sign in to comment.