Set window icon on linux

This commit is contained in:
Kovid Goyal
2017-01-18 20:52:06 +05:30
parent ed77692a87
commit df5c225b5a
6 changed files with 20 additions and 2 deletions

BIN
logo/kitty.rgba Normal file

Binary file not shown.

View File

@@ -17,6 +17,7 @@ def render(output, sz=256):
render('kitty.png')
subprocess.check_call(['convert', 'kitty.png', 'kitty.rgba'])
iconset = 'kitty.iconset'
if os.path.exists(iconset):
shutil.rmtree(iconset)