mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Small update for -N.
This commit is contained in:
@@ -2604,7 +2604,7 @@ infoDisplay () {
|
||||
*) labelcolor="\e[1;33m";;
|
||||
esac
|
||||
[[ "$my_lcolor" ]] && labelcolor="${my_lcolor}"
|
||||
[[ "$no_color" == "1" ]] && labelcolor=""; bold=""
|
||||
[[ "$no_color" == "1" ]] && labelcolor=""; bold=""; c0=""
|
||||
# Some verbosity stuff
|
||||
[[ "$verbosity" == "1" ]] && [[ "$screenshot" == "1" ]] && verboseOut "Screenshot will be taken after info is displayed."
|
||||
[[ "$verbosity" == "1" ]] && [[ "$hostshot" == "1" ]] && verboseOut "Screenshot will be transferred/uploaded to specified location."
|
||||
|
||||
Reference in New Issue
Block a user