A lightweight Python application that displays Syncthing folder and device statuses in a semi-transparent, draggable overlay.
- Clone the repository:
git clone https://github.com/MangaD/syncthing-overlay.git cd syncthing-overlay - Install dependencies:
pip install -r requirements.txt
- Create a
config.inifile:[syncthing] api_key = your-syncthing-api-key - Run the script:
python syncthing_overlay.py
Executables are built automatically via GitHub Actions and attached to releases.