[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:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@@ -13305,6 +13308,31 @@ oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
|
|||||||
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
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|||||||
Regular → Executable
Reference in New Issue
Block a user