1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

Add notifier

This commit is contained in:
aclist 2022-10-08 12:14:19 +09:00
parent 1e835a7c63
commit f4bb28429b
2 changed files with 1 additions and 1 deletions

BIN
helpers/d.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View file

@ -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(){