Update TextUI.py

Replace some missing or deprecated NF icons with new / updated icons.
This commit is contained in:
Steve Miller 2024-12-17 09:07:14 -05:00 committed by GitHub
parent d8cfc69ac6
commit 00855c32a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,27 +105,27 @@ else:
GLYPHS = {
# Glyph name # Plain # Unicode # Nerd Font
("check", "=", "\u2713", "\u2713"),
("cross", "X", "\u2715", "\u2715"),
("check", "=", "\u2713", "\uf00c"),
("cross", "X", "\u2715", "\uf467"),
("unknown", "?", "?", "?"),
("encrypted", "", "\u26BF", "\uf023"),
("plaintext", "!", "!", "\uf06e "),
("arrow_r", "->", "\u2192", "\u2192"),
("arrow_l", "<-", "\u2190", "\u2190"),
("arrow_u", "/\\", "\u2191", "\u2191"),
("arrow_d", "\\/", "\u2193", "\u2193"),
("arrow_r", "->", "\u2192", "\uf105"),
("arrow_l", "<-", "\u2190", "\uf104"),
("arrow_u", "/\\", "\u2191", "\uf106"),
("arrow_d", "\\/", "\u2193", "\uf107"),
("warning", "!", "\u26a0", "\uf12a"),
("info", "i", "\u2139", "\U000f064e"),
("info", "i", "\u2139", "\uf064e"),
("unread", "[!]", "\u2709", ur_char),
("divider1", "-", "\u2504", "\u2504"),
("divider1", "-", "\u2504", "\uf01d8"),
("peer", "[P]", "\u24c5 ", "\uf415"),
("node", "[N]", "\u24c3 ", "\U000f0002"),
("node", "[N]", "\u24c3 ", "\uf0002"),
("page", "", "\u25a4 ", "\uf719 "),
("speed", "", "\u25F7 ", "\U000f04c5 "),
("decoration_menu", " +", " +", " \U000f043b"),
("speed", "", "\u25F7 ", "\uf04c5 "),
("decoration_menu", " +", " +", " \uf043b"),
("unread_menu", " !", " \u2709", urm_char),
("globe", "", "", "\uf484"),
("sent", "/\\", "\u2191", "\U000f0cd8"),
("sent", "/\\", "\u2191", "\uf0cd8"),
("papermsg", "P", "\u25a4", "\uf719"),
("qrcode", "QR", "\u25a4", "\uf029"),
}