Skip to content

Commit c67c52d

Browse files
committed
Logo (Builtin): add Kalpa Desktop
Fix #1807
1 parent e4e11ee commit c67c52d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/logo/ascii/kalpa_desktop.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
+++
2+
++++++++ +
3+
++++++++++++ +++
4+
++++++++++* +++++++++ ++++
5+
+++++++ ++++++++++++++++++
6+
++++ ++++ +++++
7+
++++ +++ ++++
8+
+++++ +++ ++++++ +++
9+
+++++++++++++ +++++++++ +++
10+
+++++++++++++ +++ +++ +++
11+
+++++++++++++ ++++ +++ +++
12+
++++++++ +++ +++++++ +++
13+
+++++++ +++
14+
++++++++ ++++ ++
15+
+++++++++++ +++++ +++++
16+
++++++++ ++++++++++++ +++++++++
17+
++++++++++++++ ++++++++++++++++
18+
++++++++++++++++++++++++ +++++++++
19+
++++++ +++++++++ ++++
20+
+ +++++++
21+
+++++++
22+
+++++

src/logo/builtin.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,6 +2445,16 @@ static const FFlogo K[] = {
24452445
.colorKeys = FF_COLOR_FG_BLUE,
24462446
.colorTitle = FF_COLOR_FG_WHITE,
24472447
},
2448+
// Kalpa Desktop
2449+
{
2450+
.names = {"kalpa-desktop"},
2451+
.lines = FASTFETCH_DATATEXT_LOGO_KALPA_DESKTOP,
2452+
.colors = {
2453+
FF_COLOR_FG_GREEN,
2454+
},
2455+
.colorKeys = FF_COLOR_FG_GREEN,
2456+
.colorTitle = FF_COLOR_FG_DEFAULT,
2457+
},
24482458
// KaOS
24492459
{
24502460
.names = {"KaOS"},

0 commit comments

Comments
 (0)