Skip to content

Commit 12cfd36

Browse files
Shaun Princeclaude
andcommitted
feat: Add BrickLinux ASCII art and distro detection
Adds support for BrickLinux, a custom distro being developed by @PokeyManatee4. ASCII art displays a brick wall pattern with "BRICK LINUX" text in the center. Uses red (c1) for the frame and yellow (c2) for the bricks. Resolves request from upstream dylanaraps#2354. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 972c0cc commit 12cfd36

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

neofetch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6264,6 +6264,23 @@ ${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM
62646264
EOF
62656265
;;
62666266

6267+
"BrickLinux"* | "Brick"*)
6268+
set_colors 1 3
6269+
read -rd '' ascii_data <<'EOF'
6270+
${c1} ___________________________________
6271+
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
6272+
${c1}|${c2} [][][][][][][][][][][][][][][] ${c1}|
6273+
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
6274+
${c1}|${c2} [][][][][]${c1} BRICK ${c2}[][][][][] ${c1}|
6275+
${c1}|${c2}[][][][][]${c1} LINUX ${c2}[][][][][][]${c1}|
6276+
${c1}|${c2} [][][][][][][][][][][][][][][] ${c1}|
6277+
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
6278+
${c1}|${c2} [][][][][][][][][][][][][][][] ${c1}|
6279+
${c1}|${c2}[][][][][][][][][][][][][][][][]${c1}|
6280+
${c1} -----------------------------------
6281+
EOF
6282+
;;
6283+
62676284
"bonsai"*)
62686285
set_colors 6 2 3
62696286
read -rd '' ascii_data <<'EOF'

0 commit comments

Comments
 (0)