mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Arch package count: Disable colored output and hide versions
This commit is contained in:
2
fetch
2
fetch
@@ -423,7 +423,7 @@ getuptime () {
|
|||||||
getpackages () {
|
getpackages () {
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
"Arch Linux" | "Parabola GNU/Linux-libre" | "Manjaro" | "Antergos")
|
"Arch Linux" | "Parabola GNU/Linux-libre" | "Manjaro" | "Antergos")
|
||||||
packages="$(pacman -Q | wc -l)"
|
packages="$(pacman -Qq --color never | wc -l)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"void")
|
"void")
|
||||||
|
Reference in New Issue
Block a user