{"id":17383068,"url":"https://github.com/radeeyate/kblight","last_synced_at":"2025-08-03T01:33:04.688Z","repository":{"id":219581733,"uuid":"749395534","full_name":"radeeyate/kblight","owner":"radeeyate","description":"A tool to control the built-in keyboard backlight on the Framework Laptop 13 via ectool","archived":false,"fork":false,"pushed_at":"2024-02-02T17:29:50.000Z","size":17,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T02:23:25.718Z","etag":null,"topics":["bash","framework","framework-13","framework-computer","framework-laptop","keyboard","shell-script","shell-scripts"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/radeeyate.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}},"created_at":"2024-01-28T13:16:27.000Z","updated_at":"2024-11-07T04:32:23.000Z","dependencies_parsed_at":"2024-02-02T17:45:49.919Z","dependency_job_id":null,"html_url":"https://github.com/radeeyate/kblight","commit_stats":null,"previous_names":["radeeyate/kblight"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/radeeyate/kblight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeeyate%2Fkblight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeeyate%2Fkblight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeeyate%2Fkblight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeeyate%2Fkblight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radeeyate","download_url":"https://codeload.github.com/radeeyate/kblight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radeeyate%2Fkblight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268484055,"owners_count":24257634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","framework","framework-13","framework-computer","framework-laptop","keyboard","shell-script","shell-scripts"],"created_at":"2024-10-16T07:40:29.229Z","updated_at":"2025-08-03T01:33:04.354Z","avatar_url":"https://github.com/radeeyate.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kblight\n\nControl your Framework Laptop 13 keyboard backlight brightness and effects.\n\n## Installation\n\nChoose one of the following installation methods:\n\n1. Automatic installation using wget:\n\n   ```bash\n   wget -qO- https://raw.githubusercontent.com/radeeyate/kblight/main/install.sh | sudo bash\n   ```\n\n2. Manual installation:\n\n   1. Download kblight script:\n\n      ```bash\n      curl -LO https://raw.githubusercontent.com/radeeyate/kblight/main/kblight\n      ```\n\n   2. Make it executable:\n\n      ```bash\n      chmod +x kblight\n      ```\n\n   3. Move it to a directory in your PATH (optional):\n\n      ```bash\n      sudo mv kblight /usr/local/bin/\n      ```\n\n## Usage\n\n```bash\nkblight \u003ccommand\u003e \u003coptions\u003e\n```\n\nAvailable commands:\n\n* **set \u003cbrightness\u003e:** Sets the keyboard backlight brightness.\n  - **Available brightness levels:**\n    - `max`: Sets brightness to maximum (100%)\n    - `off`: Turns off the backlight\n    - `mid`: Sets brightness to 50%\n    - `low`: Sets brightness to 20%\n    - `dim`: Sets brightness to 5%\n    - `\u003cnumber\u003e`: Sets brightness to a specific percentage value (0-100)\n* **effect \u003ceffect\u003e:** Applies a keyboard lighting effect.\n  - **Available effects:**\n    - `strobe`\n    - `breathe`\n* **get:** Gets the current keyboard backlight brightness as a percentage.\n* **help:** Displays this help message.\n* **version:** Displays the version information of kblight.\n\n## Examples\n\n* Turn off the keyboard backlight:\n\n   ```bash\n   kblight set off\n   ```\n\n* Set the brightness to 75%:\n\n   ```bash\n   kblight set 75\n   ```\n\n* Apply the \"breathe\" effect:\n\n   ```bash\n   kblight effect breathe\n   ```\n\n## Notes\n\n* This script requires root privileges to run.\n* It relies on the `ectool` utility to interact with the Framework Laptop 13 embedded controller. If `ectool` is not found, the binary will be downloaded automatically into `/usr/local/bin`.\n\n## Contributing\n\nPull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeeyate%2Fkblight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradeeyate%2Fkblight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradeeyate%2Fkblight/lists"}