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
8c51f2ed
Unverified
Commit
8c51f2ed
authored
Feb 07, 2020
by
dylan
Committed by
GitHub
Feb 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1406 from rxrbln/master
Added initial t2 Linux support
parents
64a207de
83a92ca5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
neofetch
neofetch
+20
-0
No files found.
neofetch
View file @
8c51f2ed
...
@@ -997,6 +997,12 @@ get_distro() {
...
@@ -997,6 +997,12 @@ get_distro() {
*) distro="GoboLinux $(< /etc/GoboLinuxVersion)"
*) distro="GoboLinux $(< /etc/GoboLinuxVersion)"
esac
esac
elif [[ -f /etc/SDE-VERSION ]]; then
distro="$(< /etc/SDE-VERSION)"
case $distro_shorthand in
on|tiny) distro="${distro% *}" ;;
esac
elif type -p crux >/dev/null; then
elif type -p crux >/dev/null; then
distro=$(crux)
distro=$(crux)
case $distro_shorthand in
case $distro_shorthand in
...
@@ -1446,6 +1452,7 @@ get_packages() {
...
@@ -1446,6 +1452,7 @@ get_packages() {
has sorcery && tot gaze installed
has sorcery && tot gaze installed
has alps && tot alps showinstalled
has alps && tot alps showinstalled
has butch && tot butch list
has butch && tot butch list
has mine && tot mine -q
# Counting files/dirs.
# Counting files/dirs.
# Variables need to be unquoted here. Only Bedrock Linux is affected.
# Variables need to be unquoted here. Only Bedrock Linux is affected.
...
@@ -9369,6 +9376,19 @@ ${c2} `-++:`
...
@@ -9369,6 +9376,19 @@ ${c2} `-++:`
EOF
EOF
;;
;;
"t2"*)
set_colors 7 4
read -rd '' ascii_data <<'EOF'
${c2}
TTTTTTTTTT
tt ${c1}222${c2}
tt ${c1}2 2${c2}
tt ${c1}2${c2}
tt ${c1}2${c2}
tt ${c1}22222${c2}
EOF
;;
"openSUSE Tumbleweed"* | "openSUSE_Tumbleweed"*)
"openSUSE Tumbleweed"* | "openSUSE_Tumbleweed"*)
set_colors 2 7
set_colors 2 7
read -rd '' ascii_data <<'EOF'
read -rd '' ascii_data <<'EOF'
...
...
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