ufetch update
This commit is contained in:
parent
00b70d3a0b
commit
8f83ec9230
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ host="$(hostname)"
|
||||||
os='Linux' # I'd just like to interject for a moment...
|
os='Linux' # 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="$(spkg cache database list | wc -l)"
|
packages="$(spkg list | wc -l)"
|
||||||
shell="$(basename "${SHELL}")"
|
shell="$(basename "${SHELL}")"
|
||||||
|
|
||||||
## UI DETECTION
|
## UI DETECTION
|
||||||
|
|
Loading…
Reference in a new issue