From c8781c8b5c3016c94b0a0d052c0f2257ca73c73f Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 22 Nov 2023 20:38:44 +0100 Subject: [PATCH] fix Trashicon --- wire_g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire_g b/wire_g index 6fea24b..f474c63 100755 --- a/wire_g +++ b/wire_g @@ -142,7 +142,7 @@ remove(){ --center --buttons-layout=center --borders=8 else yad --window-icon=${WG_PIC}wg-trash.png --undecorated \ - --image-on-top --image=${WG_PIC}wg-info.png \ + --image-on-top --image=${WG_PIC}wg-trash-info.png \ --text=$"Oh something went wrong.\nPlease delete Tunnel in the network manager." \ --text-align=center --button=$"OK" --height=60 --width=350 \ --buttons-layout=center --borders=8 --fixed