Add missing args
This commit is contained in:
parent
f24f7ad9b7
commit
5c374d28a2
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -2474,6 +2474,8 @@ while [ "$1" ]; do
|
||||||
progress_color_elapsed="$2"
|
progress_color_elapsed="$2"
|
||||||
progress_color_total="$3"
|
progress_color_total="$3"
|
||||||
;;
|
;;
|
||||||
|
--cpu_usage_bar) cpu_usage_bar="$2" ;;
|
||||||
|
--memory_bar) memory_bar="$2" ;;
|
||||||
|
|
||||||
# Image
|
# Image
|
||||||
--image)
|
--image)
|
||||||
|
|
Loading…
Reference in a new issue