1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00

Change notification title

This commit is contained in:
aclist 2022-10-11 21:14:54 +09:00
parent a0757a1c88
commit 0953444ad1

View file

@ -297,7 +297,7 @@ return_to_dzg(){
done
cleanup
else
$(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --html --width=390 --height=452 --filename="d.html" 2>/dev/null)
$(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --title=DZGUI --html --width=390 --height=452 --filename="d.html" 2>/dev/null)
cleanup
fi
}