fetch google calendar events and write them to a (conky config) file
in order to display it on the desktop
- Copy
configuration/configuration.template.yaml
and rename it toconfiguration/configuration.yaml
- Fill out the configuration based on the comments within
- Add the start and end tags to your conky conf file
- Install required python libraries with
pip install .
(orpip install -e .
if you plan on editing the code) - run the program with
python fetch_today.py
- Install sytemd files
a. Move files in
./systemd
to your system'ssystemd
folder
b. Edit the variables (eg. paths, timer interval) in the sytemd files
c. Enable and start them
This is a hobby project.
There will be bugs.
Use this project at your own risk.
I do not take any responsible for data loss or other damages.
Should something be unclear or you find bugs - open an issue on GitHub