Skip to content

Commit bde6c3b

Browse files
committed
Logo (Builtin): add ValhallaOS
Fix #1316
1 parent 7fac54e commit bde6c3b

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Bugfixes:
2424

2525
Logos:
2626
* Add XeroArch
27+
* Add ValhallaOS
2728

2829
# 2.26.1
2930

src/logo/ascii/valhalla.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.:~:
2+
!55P&#:
3+
^@G?G!&Y
4+
!GYYGP55P: Y5J777!^:.
5+
.GY?J#G!Y?5. ....P#7Y!##Y??57
6+
.5JY5PPY5GBBBPYYPBBGBYYP5PJP5:
7+
^#J?Y@5?J5@@&!GG!&@@YJ?5@PJ7B?
8+
5PY55G5YY5P!55YY5P7P5JJY5YYJ5Y
9+
#G?J5@PJJP@~&55Y5@7@5JJG@5J?GB
10+
.:.^:^^:!.!:!!:!:!:^^:^.:.

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4575,6 +4575,16 @@ static const FFlogo U[] = {
45754575
};
45764576

45774577
static const FFlogo V[] = {
4578+
// Valhalla
4579+
{
4580+
.names = {"Valhalla", "valhallaos", "valhalla-linux"},
4581+
.lines = FASTFETCH_DATATEXT_LOGO_VALHALLA,
4582+
.colors = {
4583+
FF_COLOR_FG_WHITE,
4584+
},
4585+
.colorKeys = FF_COLOR_FG_WHITE,
4586+
.colorTitle = FF_COLOR_FG_WHITE,
4587+
},
45784588
// Vanilla
45794589
{
45804590
.names = {"vanilla", "vanilla-os", "vanilla-linux"},

0 commit comments

Comments
 (0)