From 9c958e0695d51938eccb5618e04681934f49bdab Mon Sep 17 00:00:00 2001 From: user Date: Sun, 21 Jul 2024 14:10:06 +0200 Subject: Program icons - add more workshop possibilities --- src/program_parser.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/program_parser.py') diff --git a/src/program_parser.py b/src/program_parser.py index 872b5c4..6248633 100755 --- a/src/program_parser.py +++ b/src/program_parser.py @@ -30,7 +30,9 @@ icons = { 'Bar Meetup Area': "🍺", 'Bar Area': "🍺", 'External': "🚗", - 'Pyjam.as Village in Party Area': "🐍" + 'Pyjam.as Village in Party Area': "🐍", + 'Workshop Room (possibly outside of it)': "🛠️(🏞️)", + 'Workshop Room (sofa area)': "🛠️(🛋️)", } -- cgit v1.2.3