v1ral_ITS

zenity progress bar easy GUI for any shell script

Jul 9th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. zenity --width=560 --progress --title="Working ... " --text="<b><span color=\"blue\"> Operation is running .....    Please wait .....</span></b>" --percentage=0 --pulsate --no-cancel --auto-kill --auto-close
Add Comment
Please, Sign In to add comment