[PR] dylanaraps/neofetch#2289 from danimesq - Add Floflis
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2289 Thanks to @danimesq Co-authored-by: Daniell Mesquita <daniellmesquita@protonmail.com>
This commit is contained in:
commit
61c4cf5b35
8 changed files with 28 additions and 0 deletions
0
.github/ISSUE_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file → Executable file
0
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
CONTRIBUTING.md
Normal file → Executable file
0
LICENSE.md
Normal file → Executable file
0
LICENSE.md
Normal file → Executable file
0
Makefile
Normal file → Executable file
0
Makefile
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
28
neofetch
28
neofetch
|
@ -1288,6 +1288,9 @@ get_distro() {
|
||||||
*"ubuntusway"*) distro=${distro/Ubuntu/Ubuntu Sway} ;;
|
*"ubuntusway"*) distro=${distro/Ubuntu/Ubuntu Sway} ;;
|
||||||
*"ukui"*) distro=${distro/Ubuntu/Ubuntu Kylin} ;;
|
*"ukui"*) distro=${distro/Ubuntu/Ubuntu Kylin} ;;
|
||||||
esac
|
esac
|
||||||
|
if [[ -f /etc/floflis-release ]]; then
|
||||||
|
distro="Floflis"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -13304,6 +13307,31 @@ oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
|
||||||
.-\+oossssoo+/-.
|
.-\+oossssoo+/-.
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Floflis"*)
|
||||||
|
set_colors 1 7 3
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
\e[96m ,▄▄▄▌▓▓███▓▓▌▄▄▄,
|
||||||
|
,▄▒▓███████████████████▓▄▄
|
||||||
|
▄▓███████████████████████████▌
|
||||||
|
▓███████████████████████████████
|
||||||
|
, ╙▓████████████████████████████▀ ▄
|
||||||
|
╓█▓▄ ╙▀▓████████████████████▀▀` ,▄██▓
|
||||||
|
╓█████▌▄, '▀▀▀▀▓▓▓▓▓▓▀▀Å╙` ▄▄▓█████▌
|
||||||
|
██████████▓▌▄ , ▄▓███████████▄
|
||||||
|
╢████████████▓ ║████▓▓███▌ ╣█████████████▓
|
||||||
|
▓█████████████ ▐█████████▀ ▓██████████████
|
||||||
|
▓█████████████ ▐█████████▄ ███████████████
|
||||||
|
▀████████████▌ ║█████████▌ ▀█████████████▌
|
||||||
|
████████████M ▓██████████ ▐█████████████⌐
|
||||||
|
▀██████████▌ ▐███████████▌ ▀███████████▌
|
||||||
|
╙▓█████▓ ▓██████████████▄ ▀███████▀
|
||||||
|
╝▓██▀ ╓▓████████████████▓ ▀▓██▀
|
||||||
|
,▄████████████████████▌,
|
||||||
|
╝▀████████████████████▓▀'
|
||||||
|
`╙▀▀▓▓███████▓▀▀╩'
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Ubuntu"*)
|
"Ubuntu"*)
|
||||||
set_colors 1
|
set_colors 1
|
||||||
|
|
0
neofetch.1
Normal file → Executable file
0
neofetch.1
Normal file → Executable file
Loading…
Reference in a new issue