Skip to content

Commit

Permalink
remove progress function
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Jun 5, 2015
1 parent 375d408 commit cc5a3bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions teiler
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc5a3bb

Please sign in to comment.