diff options
| author | M.Zeinali <m@zmim.ir> | 2022-09-30 17:52:33 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-30 14:22:33 +0000 |
| commit | be7ed1516b6bb9f11fbdc1a1c82627a82544cff6 (patch) | |
| tree | 70c1642982934634bc78e945c118757433e29f29 | |
| parent | 2e7fc9cfb7f755a9c0341f9f9ae7263ba93911aa (diff) | |
| download | eibhear-be7ed1516b6bb9f11fbdc1a1c82627a82544cff6.tar.gz eibhear-be7ed1516b6bb9f11fbdc1a1c82627a82544cff6.tar.zst eibhear-be7ed1516b6bb9f11fbdc1a1c82627a82544cff6.zip | |
Add `s` to OPTARGS (#1174)
| -rwxr-xr-x | .local/bin/slider | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/slider b/.local/bin/slider index 674781a..3460c77 100755 --- a/.local/bin/slider +++ b/.local/bin/slider @@ -9,7 +9,7 @@ # Application cache if not stated elsewhere. 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" ;; t) fgc="$OPTARG" ;; f) font="$OPTARG" ;; |
