Add s
to OPTARGS (#1174)
This commit is contained in:
parent
2e7fc9cfb7
commit
be7ed1516b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
# Application cache if not stated elsewhere.
|
# Application cache if not stated elsewhere.
|
||||||
cache="${XDG_CACHE_HOME:-$HOME/.cache}/slider"
|
cache="${XDG_CACHE_HOME:-$HOME/.cache}/slider"
|
||||||
|
|
||||||
while getopts "hvrpi:c:a:o:d:f:t:e:x:" o; do case "${o}" in
|
while getopts "hvrpi:c:a:o:d:f:t:e:x:s:" o; do case "${o}" in
|
||||||
c) bgc="$OPTARG" ;;
|
c) bgc="$OPTARG" ;;
|
||||||
t) fgc="$OPTARG" ;;
|
t) fgc="$OPTARG" ;;
|
||||||
f) font="$OPTARG" ;;
|
f) font="$OPTARG" ;;
|
||||||
|
|
Loading…
Reference in a new issue