https://github.com/mangad/syncthing-overlay
A lightweight Python application that displays Syncthing folder and device statuses in a semi-transparent, draggable overlay.
https://github.com/mangad/syncthing-overlay
github-actions overlay pyinstaller pystray python3 signtool syncthing tkinter
Last synced: about 1 month ago
JSON representation
A lightweight Python application that displays Syncthing folder and device statuses in a semi-transparent, draggable overlay.
- Host: GitHub
- URL: https://github.com/mangad/syncthing-overlay
- Owner: MangaD
- License: mit
- Created: 2025-04-02T16:48:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T18:39:40.000Z (about 1 year ago)
- Last Synced: 2025-04-02T18:48:34.783Z (about 1 year ago)
- Topics: github-actions, overlay, pyinstaller, pystray, python3, signtool, syncthing, tkinter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Syncthing Overlay
A lightweight Python application that displays Syncthing folder and device statuses in a semi-transparent, draggable overlay.
## Setup
1. Clone the repository:
```bash
git clone https://github.com/MangaD/syncthing-overlay.git
cd syncthing-overlay
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Create a `config.ini` file:
```
[syncthing]
api_key = your-syncthing-api-key
```
4. Run the script:
```bash
python syncthing_overlay.py
```
## Releases
Executables are built automatically via GitHub Actions and attached to releases.