update ufetch

This commit is contained in:
Ohio2 2021-07-13 22:13:12 +02:00
parent 0cd07e3c8d
commit 5cb25f859d
3 changed files with 2 additions and 11 deletions

View file

@ -1,8 +0,0 @@
9c9
< os='Linux' # I'd just like to interject for a moment...
---
> os='Alnux' # I'd just like to interject for a moment... Alnux is a linux distro that is closed down and tightly controlled...
12c12
< packages='unknown'
---
> packages="$(aps list | wc -l)"

View file

@ -6,10 +6,10 @@
# user is already defined
host="$(hostname)"
os='Linux' # I'd just like to interject for a moment...
os='Alnux' # I'd just like to interject for a moment...
kernel="$(uname -sr)"
uptime="$(uptime | awk -F, '{sub(".*up ",x,$1);print $1}' | sed -e 's/^[ \t]*//')"
packages='unknown'
packages='$(aps list | wc -l)'
shell="$(basename "${SHELL}")"
## UI DETECTION

View file

@ -1 +0,0 @@
patch -p1 < patch