mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
+1
-1
@@ -39,7 +39,7 @@ Bugfixes:
|
||||
* Various code cleanups and minor fixes
|
||||
|
||||
Logos:
|
||||
* Adds secureblue, PrismLinux, EmperorOS
|
||||
* Adds secureblue, PrismLinux, EmperorOS and Zraxyl
|
||||
* Updates T2
|
||||
|
||||
# 2.53.0
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
__________
|
||||
/ __________ \
|
||||
/ / \ \
|
||||
/ / .-"````"-. \ \
|
||||
| | |/ \| | |
|
||||
| | Z R A X Y L | |
|
||||
| | \ ¯¯¯¯¯¯¯¯¯¯¯¯ / | |
|
||||
\ \ `-.___..___.-' / /
|
||||
'.'._ _.' .'
|
||||
'-.| M - C | .-'
|
||||
@@ -5489,6 +5489,16 @@ static const FFlogo Z[] = {
|
||||
FF_COLOR_FG_BLUE,
|
||||
},
|
||||
},
|
||||
// Zraxyl
|
||||
{
|
||||
.names = {"Zraxyl" },
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_ZRAXYL,
|
||||
.colors = {
|
||||
FF_COLOR_FG_BLUE,
|
||||
},
|
||||
.colorKeys = FF_COLOR_FG_BLUE,
|
||||
.colorTitle = FF_COLOR_FG_BLUE,
|
||||
},
|
||||
// LAST
|
||||
{},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user