1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
From: Maytham Alsudany <maytha8thedev@gmail.com>
Date: Fri, 10 Nov 2023 15:16:39 +0800
Subject: Link alternate icons in the FAQ
Forwarded: not-needed
This eliminates a privacy breach by linking to the alternate icons rather than showing them to the user directly.
---
docs/faq.rst | 35 +++++++----------------------------
1 file changed, 7 insertions(+), 28 deletions(-)
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -336,55 +336,25 @@
The kitty icon was created as tribute to my cat of nine years who passed away,
as such it is not going to change. However, if you do not like it, there are
-many alternate icons available, click on an icon to visit its homepage:
+many alternate icons available, refer to the below links:
-.. image:: https://github.com/k0nserv/kitty-icon/raw/main/kitty.iconset/icon_256x256.png
- :target: https://github.com/k0nserv/kitty-icon
- :width: 256
-
-.. image:: https://github.com/DinkDonk/kitty-icon/raw/main/kitty-dark.png
- :target: https://github.com/DinkDonk/kitty-icon
- :width: 256
-
-.. image:: https://github.com/DinkDonk/kitty-icon/raw/main/kitty-light.png
- :target: https://github.com/DinkDonk/kitty-icon
- :width: 256
-
-.. image:: https://github.com/hristost/kitty-alternative-icon/raw/main/kitty_icon.png
- :target: https://github.com/hristost/kitty-alternative-icon
- :width: 256
-
-.. image:: https://github.com/igrmk/whiskers/raw/main/whiskers.svg
- :target: https://github.com/igrmk/whiskers
- :width: 256
-
-.. image:: https://github.com/samholmes/whiskers/raw/main/whiskers.png
- :target: https://github.com/samholmes/whiskers
- :width: 256
-
-.. image:: https://github.com/user-attachments/assets/a37d7830-4a8c-45a8-988a-3e98a41ea541
- :target: https://github.com/diegobit/kitty-icon
- :width: 256
-
-.. image:: https://github.com/eccentric-j/eccentric-icons/raw/main/icons/kitty-terminal/2d/kitty-preview.png
- :target: https://github.com/eccentric-j/eccentric-icons
- :width: 256
-
-.. image:: https://github.com/eccentric-j/eccentric-icons/raw/main/icons/kitty-terminal/3d/kitty-preview.png
- :target: https://github.com/eccentric-j/eccentric-icons
- :width: 256
-
-.. image:: https://github.com/sodapopcan/kitty-icon/raw/main/kitty.app.png
- :target: https://github.com/sodapopcan/kitty-icon
- :width: 256
-
-.. image:: https://github.com/sfsam/some_icons/raw/main/kitty.app.iconset/icon_128x128@2x.png
- :target: https://github.com/sfsam/some_icons
- :width: 256
-
-.. image:: https://github.com/igrmk/twiskers/raw/main/icon/twiskers.svg
- :target: https://github.com/igrmk/twiskers
- :width: 256
+* https://github.com/k0nserv/kitty-icon
+
+* https://github.com/DinkDonk/kitty-icon
+
+* https://github.com/hristost/kitty-alternative-icon
+
+* https://github.com/igrmk/whiskers
+
+* https://github.com/samholmes/whiskers
+
+* https://github.com/eccentric-j/eccentric-icons
+
+* https://github.com/sodapopcan/kitty-icon
+
+* https://github.com/sfsam/some_icons
+
+* https://github.com/igrmk/twiskers
You can put :file:`kitty.app.icns` (macOS only) or :file:`kitty.app.png` in the
:ref:`kitty configuration directory <confloc>`, and this icon will be applied
|