diff options
author | jansol <jhs@psonet.com> | 2019-11-28 20:09:14 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-28 19:09:14 +0100 |
commit | 1836d4679a4bbbadca49ae103c1eb22aa36ff96e (patch) | |
tree | b698151ecb871bf8a503ca44e39b19dca2690ee0 /README.md | |
parent | a075c932f1e88b3a4064102cfeb01b17882f2c68 (diff) | |
download | alacritty-1836d4679a4bbbadca49ae103c1eb22aa36ff96e.tar.gz alacritty-1836d4679a4bbbadca49ae103c1eb22aa36ff96e.zip |
Add prerendered PNG and simplified SVG logo
This should help with compatibility problems with some platforms like
KDE, that do not support all the features necessary for rendering the
default Alacritty logo.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ <h1 align="center">Alacritty</h1> <p align="center"> - <img width="200" alt="Alacritty Logo" src="extra/logo/alacritty-term+scanlines.svg"> + <img width="200" alt="Alacritty Logo" src="extra/logo/compat/alacritty-term+scanlines.png"> </p> Alacritty is the fastest terminal emulator in existence. Using the GPU for @@ -140,7 +140,10 @@ scoop install alacritty ### Other Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the -[GitHub releases page](https://github.com/jwilm/alacritty/releases). +[GitHub releases page](https://github.com/jwilm/alacritty/releases). If your +desktop environment has trouble rendering the default SVG icons, you can find +a prerendered SVG as well as simplified versions of the SVG in the +`extra/logo/compat` directory. To work properly on Windows, Alacritty requires winpty to emulate UNIX's PTY API. The agent is a single binary (`winpty-agent.exe`) which **must** be in |