apirrone / Memento

Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
MIT License
482 stars 37 forks source link

Update timeline.py to dynamically set resolution of the display #62

Closed wuup closed 8 months ago

wuup commented 8 months ago

When i ran: memento-timeline

I got a squished version of the screenshots, barely readable, making this change, it dynamically set to my monitor resolution and greatly improved my experience.

apirrone commented 8 months ago

Hi @wuup, thanks for your PR ! I just changed the base to dev, but all looks good otherwise