ufetch update

This commit is contained in:
Ohio2 2021-06-30 03:01:09 +02:00
parent 00b70d3a0b
commit 8f83ec9230

View file

@ -9,7 +9,7 @@ host="$(hostname)"
os='Linux' # 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="$(spkg cache database list | wc -l)"
packages="$(spkg list | wc -l)"
shell="$(basename "${SHELL}")"
## UI DETECTION