distro: Added support for Sabotage Linux
This commit is contained in:
parent
92c1100227
commit
dfd08b4ce4
2 changed files with 17 additions and 0 deletions
12
ascii/distro/sabotage
Normal file
12
ascii/distro/sabotage
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
${c2} .|'''.| | '||''|. ..|''||
|
||||||
|
||.. ' ||| || || .|' ||
|
||||||
|
''|||. | || ||'''|. || ||
|
||||||
|
. '|| .''''|. || || '|. ||
|
||||||
|
|'....|' .|. .||. .||...|' ''|...|'
|
||||||
|
|
||||||
|
|''||''| | ..|'''.| '||''''|
|
||||||
|
|| ||| .|' ' || .
|
||||||
|
|| | || || .... ||''|
|
||||||
|
|| .''''|. '|. || ||
|
||||||
|
.||. .|. .||. ''|...'| .||.....|
|
5
neofetch
5
neofetch
|
@ -3325,6 +3325,11 @@ get_distro_colors() {
|
||||||
ascii_file="rosa"
|
ascii_file="rosa"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"sabotage"*)
|
||||||
|
set_colors 4 7 1
|
||||||
|
ascii_file="sabotage"
|
||||||
|
;;
|
||||||
|
|
||||||
"Sabayon"*)
|
"Sabayon"*)
|
||||||
set_colors 4 7 1
|
set_colors 4 7 1
|
||||||
ascii_file="sabayon"
|
ascii_file="sabayon"
|
||||||
|
|
Loading…
Reference in a new issue