Skip to content

Commit da958e1

Browse files
AVSISPCarterLi
andauthored
Logo (Builtin): added AnushOS (#1806)
* Added AnushOS to builtin.c Added AnushOS config to builtin.c * Create anushos.txt Added anushos.txt to ASCII logos * Update builtin.c --------- Co-authored-by: Carter Li <[email protected]>
1 parent c2ed71c commit da958e1

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/logo/ascii/anushos.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
$4#######################
2+
$4# $2##### $4#
3+
$4# $2####### $4#
4+
$4# $2##$5O$2#$5O$2## $4#
5+
$4# $2#$3#####$2# $4#
6+
$4# $2##$1##$3###$1##$2## $4#
7+
$4# $2#$1##########$2## $4#
8+
$4# $2#$1############$2## $4#
9+
$4# $2#$1######$5A_O$1####$2### $4#
10+
$4# $3##$2#$1############$2##$3## $4#
11+
$4#$3######$2#$1#######$2#$3######$4#
12+
$4#$3#######$2#$1#####$2#$3#######$4#
13+
$4# $3#####$2#######$3##### $4#
14+
$4#######################
15+
$4#$5╔═╗╔╗╔╦ ╦╔═╗╦ ╦╔═╗╔═╗$4#
16+
$4#$5╠═╣║║║║ ║╚═╗╠═╣║ ║╚═╗$4#
17+
$4#$5╩ ╩╝╚╝╚═╝╚═╝╩ ╩╚═╝╚═╝$4#
18+
$4#######################
19+
$4# $3WWW.ANUSHOS.ORG $4#
20+
$4#######################

src/logo/builtin.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,20 @@ static const FFlogo A[] = {
252252
.colorKeys = FF_COLOR_FG_RED,
253253
.colorTitle = FF_COLOR_FG_WHITE,
254254
},
255+
// AnushOS
256+
{
257+
.names = {"AnushOS"},
258+
.lines = FASTFETCH_DATATEXT_LOGO_ANUSHOS,
259+
.colors = {
260+
FF_COLOR_FG_WHITE,
261+
FF_COLOR_FG_BLACK,
262+
FF_COLOR_FG_YELLOW,
263+
FF_COLOR_FG_CYAN,
264+
FF_COLOR_FG_RED,
265+
},
266+
.colorKeys = FF_COLOR_FG_WHITE,
267+
.colorTitle = FF_COLOR_FG_WHITE,
268+
},
255269
// AoscOsRetro
256270
{
257271
.names = {"Aosc OS/Retro", "aoscosretro"},

0 commit comments

Comments
 (0)