update ufetch
This commit is contained in:
parent
5cb25f859d
commit
7cb476a45e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ host="$(hostname)"
|
||||||
os='Alnux' # I'd just like to interject for a moment...
|
os='Alnux' # I'd just like to interject for a moment...
|
||||||
kernel="$(uname -sr)"
|
kernel="$(uname -sr)"
|
||||||
uptime="$(uptime | awk -F, '{sub(".*up ",x,$1);print $1}' | sed -e 's/^[ \t]*//')"
|
uptime="$(uptime | awk -F, '{sub(".*up ",x,$1);print $1}' | sed -e 's/^[ \t]*//')"
|
||||||
packages='$(aps list | wc -l)'
|
packages="$(aps list | sed "s/README.md//" | wc -l)"
|
||||||
shell="$(basename "${SHELL}")"
|
shell="$(basename "${SHELL}")"
|
||||||
|
|
||||||
## UI DETECTION
|
## UI DETECTION
|
||||||
|
|
Loading…
Reference in a new issue