From cc5a3bb1307fb444d5297cd25f233771f44b259c Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 5 Jun 2015 13:46:29 +0200 Subject: [PATCH] remove progress function --- teiler | 5 ----- 1 file changed, 5 deletions(-) diff --git a/teiler b/teiler index 6b71ca2..6a6f896 100755 --- a/teiler +++ b/teiler @@ -226,11 +226,6 @@ killCountdown () { kill $DELAY_PID; } countdown () { for i in $(seq $[$1-1] -1 0); do for o in {9..0}; do echo $i.$o; sleep 0.1; done; done } -progress () { - $(echo $gdbar_binary) -min $1 -max $2 -w 100 -h 8 | dzen2 -fn "$rec_font" -fg "$rec_nf" -bg "$rec_sf" -w 120 \ - -x $(( ( $(xininfo -mon-width)-120)/2 )) -xs $(echo $(( $(xininfo -active-mon) + 1 ))) -p 1 -} - helpCmd () { cat << EOF teiler - a rofi-driven screen{shot,cast} utility