Merge branch 'master' of github.com:hykilpikonna/hyfetch
This commit is contained in:
commit
698afafa26
1 changed files with 27 additions and 2 deletions
29
neofetch
29
neofetch
|
@ -1953,7 +1953,8 @@ get_packages() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# OS-independent package managers.
|
# OS-independent package managers.
|
||||||
has pipx && tot pipx list --short
|
has pipx && tot pipx list --short
|
||||||
|
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"
|
||||||
|
|
||||||
# OS-specific package managers.
|
# OS-specific package managers.
|
||||||
case $os in
|
case $os in
|
||||||
|
@ -2061,7 +2062,6 @@ get_packages() {
|
||||||
has flatpak && tot flatpak list
|
has flatpak && tot flatpak list
|
||||||
has spm && tot spm list -i
|
has spm && tot spm list -i
|
||||||
has puyo && dir ~/.puyo/installed
|
has puyo && dir ~/.puyo/installed
|
||||||
has cargo && dir "${CARGO_HOME:-$HOME/.cargo}/bin/"*
|
|
||||||
|
|
||||||
# Snap hangs if the command is run without the daemon running.
|
# Snap hangs if the command is run without the daemon running.
|
||||||
# Only run snap if the daemon is also running.
|
# Only run snap if the daemon is also running.
|
||||||
|
@ -11902,6 +11902,31 @@ ${c1} /🐦🐦🐦$ /🐦/🐦 /🐦🐦🐦 /🐦🐦🐦
|
||||||
|__/ |__|__/ \__/\_______/\______/ \______/ .
|
|__/ |__|__/ \__/\_______/\______/ \______/ .
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"phyOS"*)
|
||||||
|
set_colors 33 33 7 1
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} '
|
||||||
|
.^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^.^^^^^.
|
||||||
|
:777777777777777777777777777777^~7777:
|
||||||
|
.~~~~~~~~~~~~~~~~~~~~~^~7777!:!777!.
|
||||||
|
~7!!!!!!!!!!!!!!!!!^:!777~^!777~
|
||||||
|
^77777!!!!!!!!!7!^^7777^^7777^
|
||||||
|
^7777~.~~~~^. .~7777^~7777:
|
||||||
|
:!777~^!777~. !777!:~777!:
|
||||||
|
.!777!:~777!:~77~:!777!.
|
||||||
|
~777!^~7777:^~^!777~
|
||||||
|
^7777^^7777^^7777^
|
||||||
|
:7777~^!7777777:
|
||||||
|
.!777!:!7777!.
|
||||||
|
.~777!:~77~.
|
||||||
|
~7777^~~
|
||||||
|
^7777.
|
||||||
|
:77:
|
||||||
|
..
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
"PNM Linux"* | "WHPNM Linux"*)
|
"PNM Linux"* | "WHPNM Linux"*)
|
||||||
set_colors 33 9 15 202
|
set_colors 33 9 15 202
|
||||||
|
|
Loading…
Reference in a new issue