mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
-l is disabled until further notice since it isn't acutally doing anything.
This commit is contained in:
@@ -230,7 +230,7 @@ while getopts ":hsmevVEnNtlS:A:D:o:Bc:" flags; do
|
||||
# c) my_color=$(echo "$OPTARG" | awk -F',' '{ print $1 }'); my_bgcolor=$(echo "$OPTARG" | awk -F',' '{ print $2 }'); continue;;
|
||||
c) detectColors "$OPTARGS"; continue;;
|
||||
# d) overrideDisplay=$OPTARG; continue;;
|
||||
l) colors_light="1";;
|
||||
# l) colors_light="1";;
|
||||
# B) background_detect="1"; continue;;
|
||||
N) no_color='1';;
|
||||
:) errorOut "Error: You're missing an argument somewhere. Exiting."; exit 1;;
|
||||
|
||||
Reference in New Issue
Block a user