{"id":25750139,"url":"https://github.com/phelipegustavo/fireflies-lightsync","last_synced_at":"2026-05-15T23:03:40.832Z","repository":{"id":279509725,"uuid":"939050376","full_name":"phelipegustavo/fireflies-lightsync","owner":"phelipegustavo","description":"Mouse lightsync GUI","archived":false,"fork":false,"pushed_at":"2025-05-10T13:41:12.000Z","size":74535,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T22:26:31.101Z","etag":null,"topics":["g203","g203-lightsync","linux-app","logitech"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phelipegustavo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-25T23:02:40.000Z","updated_at":"2025-05-10T13:41:16.000Z","dependencies_parsed_at":"2025-07-13T22:28:23.661Z","dependency_job_id":null,"html_url":"https://github.com/phelipegustavo/fireflies-lightsync","commit_stats":null,"previous_names":["phelipegustavo/lightsync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phelipegustavo/fireflies-lightsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipegustavo%2Ffireflies-lightsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipegustavo%2Ffireflies-lightsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipegustavo%2Ffireflies-lightsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipegustavo%2Ffireflies-lightsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phelipegustavo","download_url":"https://codeload.github.com/phelipegustavo/fireflies-lightsync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipegustavo%2Ffireflies-lightsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["g203","g203-lightsync","linux-app","logitech"],"created_at":"2025-02-26T13:15:39.915Z","updated_at":"2026-05-15T23:03:40.794Z","avatar_url":"https://github.com/phelipegustavo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![fireflies-light-sync](https://github.com/user-attachments/assets/92f90439-f9a1-47d1-a2ba-deca33ffb3f8)\n\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\nFireflies Light Sync  \n\u003c/h1\u003e\n\nThis project provides a graphical user interface (GUI) for controlling the Logitech G203 Prodigy / G203 LightSync Mouse LED settings. It allows users to easily interact with the mouse's LED features without needing to use the command line interface (CLI) directly.\n\nInspired by and based on [g203-led](https://github.com/smasty/g203-led).\n\n![image](https://github.com/user-attachments/assets/9bfdd926-b285-4899-bd10-0ae0c588d9c6)\n\n\n## How to install\n\nTo install the app, run the following commands:\n### Prerequisites\n```shell\nsudo apt install libxcb-cursor0\n```\n### Install\n```shell\ngit clone https://github.com/phelipegustavo/fireflies-lightsync.git\ncd fireflies-lightsync\n./install-ubuntu\n```\n\nAfter that, you should be able to open the app from the applications menu. A sudo password is required.\n\n## Project Structure\n\n```\nfireflies-lightsync*\n├── src\n│   ├── main.py               # Entry point of the application\n│   ├── gui\n│   │   ├── __init__.py       # GUI package initializer\n│   │   ├── main_window.py    # Main window class for the GUI\n│   ├── controllers\n│   │   ├── __init__.py       # Controllers package initializer\n│   │   └── g203_led.py       # logic for controlling the mouse\n├── requirements.txt          # Project dependencies\n└── README.md                 # Project documentation\n```\n\n## Features\n\n- Off - Disable leds\n- Fixed - Single color mode\n- Wave - Cycle all colors from left to right\n- Breathing - Single color Breathing\n- Custom Colors - Define a fixed color for each LED\n- DPI settings - **TBD**\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.\n\n### Installation\n\nTo install the required dependencies, run the following command:\n\n```\npip install -r requirements.txt\n```\n\n### Usage\n\nTo start the application, run the following command:\n\n```\nsudo python src/main.py\n```\n\nThis will launch the GUI, allowing you to control the LED settings of your Logitech G203 mouse.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphelipegustavo%2Ffireflies-lightsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphelipegustavo%2Ffireflies-lightsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphelipegustavo%2Ffireflies-lightsync/lists"}