We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a92a4 commit 4f9645eCopy full SHA for 4f9645e
src/logo/ascii/unifi.txt
@@ -0,0 +1,6 @@
1
+ ___ ___ .__________.__
2
+ | | |____ |__\_ ____/__|
3
+ | | / \| || __) | |
4
+ | | | | \ || \ | |
5
+ |______|___| /__||__/ |__|
6
+ |_/
src/logo/builtin.c
@@ -4602,6 +4602,15 @@ static const FFlogo U[] = {
4602
FF_COLOR_FG_WHITE,
4603
},
4604
4605
+ // Unifi
4606
+ {
4607
+ .names = {"Unifi"},
4608
+ .lines = FASTFETCH_DATATEXT_LOGO_UNIFI,
4609
+ .colors = {
4610
+ FF_COLOR_FG_WHITE,
4611
4612
+ },
4613
4614
// Univalent
4615
{
4616
.names = {"Univalent"},
0 commit comments