done for the left section

This commit is contained in:
2025-11-30 18:01:30 +01:00
parent a00892586b
commit 70c36111a6
6 changed files with 420 additions and 1 deletions

View File

@@ -19,6 +19,11 @@ from PIL import ImageDraw
from PIL import ImageFont
from PIL import ImageOps
import sys
project_root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
if project_root not in sys.path:
sys.path.insert(0, project_root)
from icons.weather_icons.weather_icons import get_weather_icon
from inkycal.custom.functions import fonts
from inkycal.custom.functions import get_system_tz