[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:
Azalea Gui 2023-02-11 23:31:44 -05:00
commit 61c4cf5b35
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B
8 changed files with 28 additions and 0 deletions

0
.github/ISSUE_TEMPLATE.md vendored Normal file → Executable file
View file

0
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file → Executable file
View file

0
CONTRIBUTING.md Normal file → Executable file
View file

0
LICENSE.md Normal file → Executable file
View file

0
Makefile Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

View file

@ -1288,6 +1288,9 @@ get_distro() {
*"ubuntusway"*) distro=${distro/Ubuntu/Ubuntu Sway} ;;
*"ukui"*) distro=${distro/Ubuntu/Ubuntu Kylin} ;;
esac
if [[ -f /etc/floflis-release ]]; then
distro="Floflis"
fi
fi
;;
@ -13304,6 +13307,31 @@ oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
.-\+oossssoo+/-.
EOF
;;
"Floflis"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
\e[96m ,▄▄▄▌▓▓███▓▓▌▄▄▄,
,▄▒▓███████████████████▓▄▄
▄▓███████████████████████████▌
▓███████████████████████████████
, ╙▓████████████████████████████▀ ▄
╓█▓▄ ╙▀▓████████████████████▀▀` ,▄██▓
╓█████▌▄, '▀▀▀▀▓▓▓▓▓▓▀▀Å╙` ▄▄▓█████▌
██████████▓▌▄ , ▄▓███████████▄
╢████████████▓ ║████▓▓███▌ ╣█████████████▓
▓█████████████ ▐█████████▀ ▓██████████████
▓█████████████ ▐█████████▄ ███████████████
▀████████████▌ ║█████████▌ ▀█████████████▌
████████████M ▓██████████ ▐█████████████⌐
▀██████████▌ ▐███████████▌ ▀███████████▌
╙▓█████▓ ▓██████████████▄ ▀███████▀
╝▓██▀ ╓▓████████████████▓ ▀▓██▀
,▄████████████████████▌,
╝▀████████████████████▓▀'
`╙▀▀▓▓███████▓▀▀╩'
EOF
;;
"Ubuntu"*)
set_colors 1

0
neofetch.1 Normal file → Executable file
View file