sporo zmian, nie pamiętam czego :)

This commit is contained in:
2023-07-08 13:12:31 +02:00
parent 060b2022d2
commit 192276ff80
38 changed files with 1260 additions and 51 deletions

View File

@ -15,16 +15,16 @@ def glyph(ws_number):
"""
# glyphs = ["", "", "", "", "", "", "", ""]
glyphs = [
".::term:::.",
".:::web:::.",
".:::work::.",
".::((4))::.",
".::debug::.",
".::((6))::.",
".::books::.",
".::meets::.",
".::music::.",
".::mail:::."
".::term[1]:::.",
".::web.[2]:::.",
".::work[3]::.",
".::code[4]::.",
".::debu[5]::.",
".::note[6]:::.",
".::read[7]::.",
".::meet[8]::.",
".::musi[9]::.",
".::mail[0]:::."
]
try:
return glyphs[ws_number - 1]