diff --git a/icons/wg-trash-info.png b/icons/wg-trash-info.png new file mode 100644 index 0000000..c98fd74 Binary files /dev/null and b/icons/wg-trash-info.png differ diff --git a/wire_g b/wire_g index a31afbc..6fea24b 100755 --- a/wire_g +++ b/wire_g @@ -136,7 +136,7 @@ remove(){ if SUCCESS=$(grep -i 'erfolgreich gelöscht\|successfully deleted' ${WG_WDIR}.tmp.txt) then 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=$"Your Tunnel $SELECTION was successfully deleted." \ --text-align=center --button=$"OK" \ --center --buttons-layout=center --borders=8