#! /bin/bash
export pfind_splash='
<window title="pFind" icon-name="gtk-find">
<vbox>
 <frame>
  <pixmap icon_size="6"><input file stock="gtk-find"></input></pixmap>
  <text use-markup="true"><label>"<b>pFind</b>"</label></text>
  <text><input file>/tmp/pfind-splashtext</input></text>
  <progressbar>
   <label>Sigmund Berglund,   GPL 2007-2017</label>
   <input>while [ "$I" != "100" ]; do I=`cat /tmp/pfind-splash`; echo $I; usleep 500000; done</input>
   <action type="exit">Ready</action>
  </progressbar>
 </frame>
</vbox></window>
'
gtkdialog3 --program=pfind_splash --class=jwm-ontop --center
