From 37a3198d8882463c9873011c1d18c325ea46d7c8 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 20 Dec 2020 07:57:03 +0000 Subject: Fix embedded _NET_WM_ICON on X11 Previously the _NET_WM_ICON would use the .ico which was also used for the Windows icon. This icon used the dimensions 256x256, but the maximum supported image size is 192x192, so a new image with the dimensions 64x64 has been added. Since we know the image format anyways, the `image` dependency could also be easily replaced with `png`, which cuts out a few extra unused dependencies. --- extra/logo/compat/alacritty-term.png | Bin 0 -> 3612 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 extra/logo/compat/alacritty-term.png (limited to 'extra') diff --git a/extra/logo/compat/alacritty-term.png b/extra/logo/compat/alacritty-term.png new file mode 100644 index 00000000..b8117882 Binary files /dev/null and b/extra/logo/compat/alacritty-term.png differ -- cgit v1.2.3