{"id":18033925,"url":"https://github.com/sjkingo/acpi-brightness","last_synced_at":"2025-09-03T08:32:47.680Z","repository":{"id":5766423,"uuid":"6979559","full_name":"sjkingo/acpi-brightness","owner":"sjkingo","description":"Program to modify backlight brightness through ACPI","archived":false,"fork":false,"pushed_at":"2018-11-18T20:51:57.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-20T13:32:40.562Z","etag":null,"topics":["acpi","acpi-brightness","backlight","brightness-level","c"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sjkingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-03T09:20:26.000Z","updated_at":"2024-01-17T14:28:07.000Z","dependencies_parsed_at":"2022-07-21T12:03:51.327Z","dependency_job_id":null,"html_url":"https://github.com/sjkingo/acpi-brightness","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjkingo%2Facpi-brightness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjkingo%2Facpi-brightness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjkingo%2Facpi-brightness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjkingo%2Facpi-brightness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjkingo","download_url":"https://codeload.github.com/sjkingo/acpi-brightness/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231861194,"owners_count":18437343,"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","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":["acpi","acpi-brightness","backlight","brightness-level","c"],"created_at":"2024-10-30T11:08:56.824Z","updated_at":"2024-12-30T13:12:07.047Z","avatar_url":"https://github.com/sjkingo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"acpi-brightness\n===============\n\nThis is a small program for adjusting the brightness of a backlight through\nACPI (e.g. on a laptop screen). The binary is setuid root so it can be run by\nany user.\n\nIt may be configured by editing the `config.h` file and re-compiling.\n\nInstallation\n------------\n\n1. Modify `config.h` if needed.\n2. `$ make` to compile.\n3. `# make install` to install the binary to `/usr/bin`.\n\nYou may remove the program by running `# make uninstall`.\n\nUsage\n-----\n\nTo display the current brightness level\n\n    $ brightness\n\nTo set the current brightness level to a given `\u003cvalue\u003e` (note that this value must be in\nthe range [`MIN`..`MAX`], which is configured in `config.h`. By default this is\n`[0..10]`):\n\n    $ brightness \u003cvalue\u003e\n\nTo increase the current brightness level by 1:\n\n    $ brightness up\n\nTo decrease the current brightness level by 1:\n\n    $ brightness down\n\nTo set the brightest level:\n\n    $ brightness max\n\nTo set the dimmest level:\n\n    $ brightness min\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjkingo%2Facpi-brightness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjkingo%2Facpi-brightness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjkingo%2Facpi-brightness/lists"}