Skip to content

Commit

Permalink
Logo (Builtin): add ValhallaOS
Browse files Browse the repository at this point in the history
Fix #1316
  • Loading branch information
CarterLi committed Oct 5, 2024
1 parent 7fac54e commit bde6c3b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bugfixes:

Logos:
* Add XeroArch
* Add ValhallaOS

# 2.26.1

Expand Down
10 changes: 10 additions & 0 deletions src/logo/ascii/valhalla.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.:~:
!55P&#:
^@G?G!&Y
!GYYGP55P: Y5J777!^:.
.GY?J#G!Y?5. ....P#7Y!##Y??57
.5JY5PPY5GBBBPYYPBBGBYYP5PJP5:
^#J?Y@5?J5@@&!GG!&@@YJ?5@PJ7B?
5PY55G5YY5P!55YY5P7P5JJY5YYJ5Y
#G?J5@PJJP@~&55Y5@7@5JJG@5J?GB
.:.^:^^:!.!:!!:!:!:^^:^.:.
10 changes: 10 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4575,6 +4575,16 @@ static const FFlogo U[] = {
};

static const FFlogo V[] = {
// Valhalla
{
.names = {"Valhalla", "valhallaos", "valhalla-linux"},
.lines = FASTFETCH_DATATEXT_LOGO_VALHALLA,
.colors = {
FF_COLOR_FG_WHITE,
},
.colorKeys = FF_COLOR_FG_WHITE,
.colorTitle = FF_COLOR_FG_WHITE,
},
// Vanilla
{
.names = {"vanilla", "vanilla-os", "vanilla-linux"},
Expand Down

0 comments on commit bde6c3b

Please sign in to comment.