Distro: Add support for DesaOS
This commit is contained in:
parent
e562e73387
commit
e6044b3c41
2 changed files with 22 additions and 0 deletions
17
ascii/distro/desaos
Normal file
17
ascii/distro/desaos
Normal file
|
@ -0,0 +1,17 @@
|
|||
${c1}████████████████████████████
|
||||
████████████████████████████
|
||||
████████████████████████████
|
||||
████████████████████████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
█████████████ ███████████
|
||||
████████████████████████████
|
||||
████████████████████████████
|
||||
████████████████████████████
|
||||
████████████████████████████
|
5
neofetch
5
neofetch
|
@ -2890,6 +2890,11 @@ get_distro_colors() {
|
|||
ascii_file="deepin"
|
||||
;;
|
||||
|
||||
"DesaOS")
|
||||
set_colors 2 7
|
||||
ascii_file="desaos"
|
||||
;;
|
||||
|
||||
"Devuan"*)
|
||||
set_colors 5 7
|
||||
ascii_file="devuan"
|
||||
|
|
Loading…
Reference in a new issue