OS: Added support for postmarketos
This commit is contained in:
parent
91d2edf7c8
commit
c9146d9eee
2 changed files with 22 additions and 0 deletions
17
ascii/distro/postmarketos
Normal file
17
ascii/distro/postmarketos
Normal file
|
@ -0,0 +1,17 @@
|
|||
${c1} ss
|
||||
`hMMh`
|
||||
.dMMMMd.
|
||||
-NMMMMMMN-
|
||||
/MMMMMMMMMN/
|
||||
hMMMMMMMMMMMo
|
||||
y+`mMMmdNMMMMMMy
|
||||
`dMM-.-:- .mMMMMMMh`
|
||||
.mMMMMMMd` `dMMMMMMm.
|
||||
:NMMMMMMy yMMMMMMN:
|
||||
/MMMMMMMo oMMMmdmN/
|
||||
oMMMMMMM/ /MN.-/:-.
|
||||
`yMMMMMMN- -:.NMMMMy`
|
||||
`dMMMMMMM- -/////////////dMMMMMMd`
|
||||
-mMMMMMMMMN+`sMMMMMMMMMMMMMMMMMMMMm-
|
||||
:NMMMMMMMMMMM/ yMMMMMMMMMMMMMMMMMMMMN:
|
||||
+MMMMMMMMMMMh.:mMMMMMMMMMMMMMMMMMMMMMMM+
|
5
neofetch
5
neofetch
|
@ -3820,6 +3820,11 @@ get_distro_colors() {
|
|||
ascii_file="porteus"
|
||||
;;
|
||||
|
||||
"PostMarketOS"*)
|
||||
set_colors 2 7
|
||||
ascii_file="postmarketos"
|
||||
;;
|
||||
|
||||
"Puppy"* | "Quirky Werewolf"* | "Precise Puppy"*)
|
||||
set_colors 4 7
|
||||
ascii_file="puppy"
|
||||
|
|
Loading…
Reference in a new issue