File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ ╭───────────────────────╮
2+ │  $2● $3● $4●    $5FASTFETCH   $1│
3+ ├───────────────────────┤
4+ │                       │
5+ │  $6  /\      $7►►►►►►►    $1│
6+ │  $6 /  \     $7►►►►►►     $1│
7+ │  $6/----\    $7►►►►►      $1│
8+ │  $6 |  |     $7►►►►       $1│
9+ │  $6 |  |     $7►►►        $1│
10+ │  $6 ^^^^                $1│
11+ ╰───────────────────────╯
Original file line number Diff line number Diff line change @@ -1581,6 +1581,22 @@ static const FFlogo E[] = {
15811581};
15821582
15831583static  const  FFlogo  F [] =  {
1584+     // Fastfetch 
1585+     {
1586+         .names  =  {"Fastfetch" , "FF" },
1587+         .lines  =  FASTFETCH_DATATEXT_LOGO_FASTFETCH ,
1588+         .colors  =  {
1589+             FF_COLOR_FG_BLUE ,
1590+             FF_COLOR_FG_RED ,
1591+             FF_COLOR_FG_YELLOW ,
1592+             FF_COLOR_FG_GREEN ,
1593+             FF_COLOR_FG_DEFAULT ,
1594+             FF_COLOR_FG_MAGENTA ,
1595+             FF_COLOR_FG_CYAN ,
1596+         },
1597+         .colorKeys  =  FF_COLOR_FG_BLUE ,
1598+         .colorTitle  =  FF_COLOR_FG_YELLOW ,
1599+     },
15841600    // Fedora 
15851601    {
15861602        .names  =  {"Fedora" },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments