Logo (Builtin): adds LimeOS logo (#2137)

* Logo (Builtin): adds LimeOS logo

Adds support for LimeOS, a Debian-based distribution.

- Adds ASCII logo (white color scheme)
- Adds OS detection for `ID=limeos`

Homepage: https://limeos.org

* Logo (Builtin): adds LimeOS logo

Adds support for LimeOS, a Debian-based distribution.

Homepage: https://limeos.org

* Logo (Builtin): adds LimeOS logo

* Update builtin.c
This commit is contained in:
Uzair Mughal
2026-04-23 11:53:11 +05:00
committed by GitHub
parent 3c2e21b7b1
commit 41143c23f4
2 changed files with 33 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
############
####### #######
#### ####
### ###### ###### ###
### ######### ######### ###
### ######## ######## ###
### #### ###### ####### ### ###
### ####### ##### ##### ###### ###
## ######## ### ### ######## ##
### ########### ########### ###
## ############ ########### ##
## ##
## ############ ########### ##
### ########### ########### ###
## ######## ### ### ######## ##
### ###### ##### ##### ###### ###
### ### ####### ####### ### ###
### ######### ######### ###
### ######### ######### ###
### ###### ###### ###
#### ####
####### #######
##############
+10
View File
@@ -2663,6 +2663,16 @@ static const FFlogo L[] = {
.colorKeys = FF_COLOR_FG_BLUE,
.colorTitle = FF_COLOR_FG_BLUE,
},
// LimeOS
{
.names = {"LimeOS"},
.lines = FASTFETCH_DATATEXT_LOGO_LIMEOS,
.colors = {
FF_COLOR_FG_DEFAULT,
},
.colorKeys = FF_COLOR_FG_DEFAULT,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// Linspire
{
.names = { "Linspire", "Lindows" },