diff --git a/helpers/d.webp b/helpers/d.webp new file mode 100644 index 0000000..37129b7 Binary files /dev/null and b/helpers/d.webp differ diff --git a/helpers/scmd.sh b/helpers/scmd.sh index 6c72269..835d66a 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -283,7 +283,7 @@ return_to_dzg(){ # case $key in # *) exit 0 ;; # esac - zenity --text-info --title="DZGUI" --width=390 --height=452 --html --filename="$HOME/.local/share/dzgui/helpers/d.html" --cancel-label="OK" + $(cd $HOME/.local/share/dzgui/helpers; zenity --text-info --html --width=390 --height=452 --filename="d.html" 2>/dev/null) return 0 } cleanup(){