We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375d408 commit cc5a3bbCopy full SHA for cc5a3bb
teiler
@@ -226,11 +226,6 @@ killCountdown () { kill $DELAY_PID; }
226
227
countdown () { for i in $(seq $[$1-1] -1 0); do for o in {9..0}; do echo $i.$o; sleep 0.1; done; done }
228
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
-
234
helpCmd () {
235
cat << EOF
236
teiler - a rofi-driven screen{shot,cast} utility
0 commit comments