{"id":19539753,"url":"https://github.com/extremeexploit/xindicators","last_synced_at":"2025-10-29T08:09:29.238Z","repository":{"id":248277717,"uuid":"828257517","full_name":"EXtremeExploit/xindicators","owner":"EXtremeExploit","description":"Lua library to talk with XKB's indicators","archived":false,"fork":false,"pushed_at":"2025-09-21T19:27:54.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T21:22:34.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://luarocks.org/modules/EXtremeExploit/xindicators","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EXtremeExploit.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":"2024-07-13T15:30:25.000Z","updated_at":"2025-09-21T19:27:54.000Z","dependencies_parsed_at":"2025-06-23T16:38:56.027Z","dependency_job_id":"92d6987b-8906-453b-8fc1-fdd02ef14e94","html_url":"https://github.com/EXtremeExploit/xindicators","commit_stats":null,"previous_names":["extremeexploit/xindicators"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/EXtremeExploit/xindicators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXtremeExploit%2Fxindicators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXtremeExploit%2Fxindicators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXtremeExploit%2Fxindicators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXtremeExploit%2Fxindicators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EXtremeExploit","download_url":"https://codeload.github.com/EXtremeExploit/xindicators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXtremeExploit%2Fxindicators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281584994,"owners_count":26526173,"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-10-29T02:00:06.901Z","response_time":59,"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":[],"created_at":"2024-11-11T02:43:10.635Z","updated_at":"2025-10-29T08:09:29.233Z","avatar_url":"https://github.com/EXtremeExploit.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xindicators\n* XIndicators is a lua library made to interact the the X server keyboard indicators (Caps lock, num lock, pause, etc)\n\n* It follows the same spec as `xset q` (XkbUseCoreKbd)\n\n# API\n* `xindicators.caps_lock()`\n* `xindicators.num_lock()`\n* `xindicators.scroll_lock()`\n* `xindicators.compose()`\n* `xindicators.kana()`\n* `xindicators.sleep()`\n* `xindicators.suspend()`\n* `xindicators.mute()`\n* `xindicators.misc()`\n* `xindicators.mail()`\n* `xindicators.charging()`\n* `xindicators.shift_lock()`\n* `xindicators.group_2()`\n* `xindicators.mouse_keys()`\n* `xindicators.raw()` // Used to get all of the above at the same time in the form of a bitfield\n\n# Example\n```lua\nxi = require(\"xindicators\")\n\ncaps_lock_state = xi.caps_lock()\nprint(caps_lock_state) -- Prints the current active state of caps lock (0 = inactive, any other number = active)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextremeexploit%2Fxindicators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextremeexploit%2Fxindicators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextremeexploit%2Fxindicators/lists"}