{"id":17908303,"url":"https://github.com/lakinduakash/asus-screenpad-control","last_synced_at":"2025-09-25T12:58:38.538Z","repository":{"id":94517227,"uuid":"301825969","full_name":"lakinduakash/asus-screenpad-control","owner":"lakinduakash","description":"This repository contains a GUI utility for the brightness control on secondary screens (\"ScreenPad Plus\") on ASUS Zenbook Duo notebooks. This also includes the asus-wmi kernel module.","archived":false,"fork":false,"pushed_at":"2021-03-17T07:38:31.000Z","size":211,"stargazers_count":36,"open_issues_count":7,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-09-02T09:38:41.506Z","etag":null,"topics":["asus","asus-wmi","display-brightness","hacktoberfest","kernel-module","screenpad","zenbook"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lakinduakash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-06T18:56:14.000Z","updated_at":"2025-07-18T07:38:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"61ceeea3-3077-4067-a64e-107a14855911","html_url":"https://github.com/lakinduakash/asus-screenpad-control","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.5757575757575757,"last_synced_commit":"dd3987d8b1f7ab83205aad562183706863dfb7dc"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lakinduakash/asus-screenpad-control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakinduakash%2Fasus-screenpad-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakinduakash%2Fasus-screenpad-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakinduakash%2Fasus-screenpad-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakinduakash%2Fasus-screenpad-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lakinduakash","download_url":"https://codeload.github.com/lakinduakash/asus-screenpad-control/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lakinduakash%2Fasus-screenpad-control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276921304,"owners_count":25728641,"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-09-25T02:00:09.612Z","response_time":80,"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":["asus","asus-wmi","display-brightness","hacktoberfest","kernel-module","screenpad","zenbook"],"created_at":"2024-10-28T19:15:23.337Z","updated_at":"2025-09-25T12:58:38.471Z","avatar_url":"https://github.com/lakinduakash.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASUS Screenpad Control\n\nThis repository contains a version of the asus-wmi module with support for brightness control on secondary screens (\"ScreenPad Plus\") on ASUS Zenbook Duo notebooks. It also adds a few keys from the Zenbook Duo keyboard (Camera, /A, screen switch, toggle ScreenPad) so they can be mapped in your desktop environment. Credit goes to https://github.com/Plippo/asus-wmi-screenpad\n\nAdditinaly this provides a simple GUI application to control bightness with a slider.\n\n![screenshot](docs/screenshot1.png)\n\n## Build and Install\n\n1. First you need to build the install the kernal module. For that please [read here](https://github.com/lakinduakash/asus-screenpad-control/blob/main/asus-wmi-screenpad/README.md)\n\n2. Build gui application\n\n  **Dependencies**\n* gcc\n* build-essential\n* pkg-config\n* gtk\n* libgtk-3-dev\n\nOn Ubuntu or debian install dependencies by,\n\n```bash\nsudo apt install -y libgtk-3-dev build-essential gcc pkg-config make\n```\n\nThen build and install by executing following commands.\n\n**Note:** `sudo make install` will install a init script and place binaries and desktop files under system directories. You can uninstall all of them by executing\n`sudo make uninstall`\n\n\n    # If you did't clone the repository yet\n    git clone https://github.com/lakinduakash/asus-screenpad-control\n    cd asus-screenpad-control\n    \n    #build binaries\n    make\n    \n    #install\n    sudo make install\n    \n## Uninstallation\n    sudo make uninstall\n    \n## Running\nYou can run it from terminal or from application menu.\n\n**Note:** When you use it first time without rebooting make sure to execute \n\n```sudo chmod a+w '/sys/class/leds/asus::screenpad/brightness'```.\nOtherwise application may not have enough permission to control screenpad.\n\nRun in terminal\n `screenpad-control`\n\n## License\n\nGNU GENERAL PUBLIC LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakinduakash%2Fasus-screenpad-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakinduakash%2Fasus-screenpad-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakinduakash%2Fasus-screenpad-control/lists"}