From 47d01d6dcdd8896e196e260536d91e7ce44346c1 Mon Sep 17 00:00:00 2001 From: Stephen Szwiec <55602870+StephenSzwiec@users.noreply.github.com> Date: Tue, 9 Mar 2021 21:23:53 -0600 Subject: [PATCH] typo changed to -Srf to reflect proposed change --- .local/bin/statusbar/sb-price | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-price b/.local/bin/statusbar/sb-price index 6b010ef5..35b072fa 100755 --- a/.local/bin/statusbar/sb-price +++ b/.local/bin/statusbar/sb-price @@ -21,7 +21,7 @@ updateprice() { ping -q -c 1 example.org >/dev/null 2>&1 && updateprice "$1" case $BLOCK_BUTTON in - 1) setsid "$TERMINAL" -e less -Snf "$chartfile" ;; + 1) setsid "$TERMINAL" -e less -Srf "$chartfile" ;; 2) notify-send -u low "$3 Updating..." "Updating $2 price..." updateprice "$1" && notify-send "$3 Update complete." "$2 price is now \$$(cat "$pricefile")" ;;