From be7ed1516b6bb9f11fbdc1a1c82627a82544cff6 Mon Sep 17 00:00:00 2001 From: "M.Zeinali" Date: Fri, 30 Sep 2022 17:52:33 +0330 Subject: [PATCH] Add `s` to OPTARGS (#1174) --- .local/bin/slider | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;