From 0953444ad1770db5790088b0b231c9b17d9730c1 Mon Sep 17 00:00:00 2001 From: aclist <null> Date: Tue, 11 Oct 2022 21:14:54 +0900 Subject: [PATCH] Change notification title --- helpers/scmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/scmd.sh b/helpers/scmd.sh index 8375011..7a30202 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -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 }