diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-12-20 07:57:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 07:57:03 +0000 |
commit | 37a3198d8882463c9873011c1d18c325ea46d7c8 (patch) | |
tree | 85ffd2da842823109fc50ce9b41c5c109e71068f /extra/logo | |
parent | f016a209b4ac1bfa6625b9d30e6f69bc91bc7545 (diff) | |
download | alacritty-37a3198d8882463c9873011c1d18c325ea46d7c8.tar.gz alacritty-37a3198d8882463c9873011c1d18c325ea46d7c8.zip |
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.
Diffstat (limited to 'extra/logo')
-rw-r--r-- | extra/logo/compat/alacritty-term.png | bin | 0 -> 3612 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/extra/logo/compat/alacritty-term.png b/extra/logo/compat/alacritty-term.png Binary files differnew file mode 100644 index 00000000..b8117882 --- /dev/null +++ b/extra/logo/compat/alacritty-term.png |