Skip to content

Commit cc5a3bb

Browse files
committed
remove progress function
1 parent 375d408 commit cc5a3bb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

teiler

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,6 @@ killCountdown () { kill $DELAY_PID; }
226226

227227
countdown () { for i in $(seq $[$1-1] -1 0); do for o in {9..0}; do echo $i.$o; sleep 0.1; done; done }
228228

229-
progress () {
230-
$(echo $gdbar_binary) -min $1 -max $2 -w 100 -h 8 | dzen2 -fn "$rec_font" -fg "$rec_nf" -bg "$rec_sf" -w 120 \
231-
-x $(( ( $(xininfo -mon-width)-120)/2 )) -xs $(echo $(( $(xininfo -active-mon) + 1 ))) -p 1
232-
}
233-
234229
helpCmd () {
235230
cat << EOF
236231
teiler - a rofi-driven screen{shot,cast} utility

0 commit comments

Comments
 (0)