Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neofetch
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
neofetch
Commits
5801cd44
Commit
5801cd44
authored
Nov 13, 2016
by
Muhammad Herdiansyah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added fallback ASCII for *BSD, Solaris, GNU
parent
b9606cf6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
4 deletions
+63
-4
bsd
ascii/distro/bsd
+19
-0
gnu
ascii/distro/gnu
+18
-0
solaris
ascii/distro/solaris
+8
-0
neofetch
neofetch
+18
-4
No files found.
ascii/distro/bsd
0 → 100644
View file @
5801cd44
${c1} , ,
/( )`
\ \___ / |
/- _ `-/ '
(${c2}/\/ \ ${c1}\ /\
${c2}/ / | ` ${c1}\
${c3}O O ${c2}) ${c1}/ |
${c2}`-^--'${c1}`< '
(_.) _ ) /
`.___/` /
`-----' /
${c4}<----. __ / __ \
${c4}<----|====${c1}O)))${c4}==${c1}) \) /${c4}====|
<----' ${c1}`--' `.__,' \
| |
\ / /\
${c5}______${c1}( (_ / \______/
${c5},' ,-----' |
`--{__________)
ascii/distro/gnu
0 → 100644
View file @
5801cd44
${c1} _-`````-, ,- '- .
.' .- - | | - -. `.
/.' / `. \
:/ : _... ..._ `` :
:: : /._ .`:'_.._\. || :
:: `._ ./ ,` : \ . _.'' .
`:. / | -. \-. \\_ /
\:._ _/ .' .@) \@) ` `\ ,.'
_/,--' .- .\,-.`--`.
,'/'' (( \ ` )
/'/' \ `-' (
'/'' `._,-----'
''/' .,---'
''/' ;:
''/'' ''/
''/''/''
'/'/'
`;
ascii/distro/solaris
0 → 100644
View file @
5801cd44
${c1} `- `
`-- `+- .:
.+: `++: -/+- .
`.::` -++/``:::`./+/ `.-/.
`++/-`.` ` /++:`
`` ./:` .: `..`.-
``./+/:- -+++:-
-/+` :.
neofetch
View file @
5801cd44
...
@@ -2537,10 +2537,24 @@ get_distro_colors() {
...
@@ -2537,10 +2537,24 @@ get_distro_colors() {
;;
;;
*)
*)
if [[ "
$os
" == "
Linux
" ]]; then
case "
$os
" in
ascii_distro="
linux
"
"
Linux
")
set_colors fg 8 3
ascii_distro="
linux
"
fi
set_colors fg 8 3
;;
"
BSD
")
ascii_distro="
bsd
"
set_colors 1 7 4 3 6
;;
"
GNU
")
ascii_distro="
gnu
"
set_colors fg
;;
"
Solaris
")
ascii_distro="
solaris
"
set_colors 3
;;
esac
;;
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment