{"id":16085106,"url":"https://github.com/waycrate/exwlshelleventloop","last_synced_at":"2026-04-01T17:18:17.488Z","repository":{"id":212672564,"uuid":"731973928","full_name":"waycrate/exwlshelleventloop","owner":"waycrate","description":"winit like binding for layershell and sessionlock","archived":false,"fork":false,"pushed_at":"2026-03-25T03:39:09.000Z","size":4332,"stargazers_count":124,"open_issues_count":13,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-26T07:15:21.012Z","etag":null,"topics":["layershell","sessionlock","sway","wayland"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/waycrate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["Shinyzenith"]}},"created_at":"2023-12-15T10:22:23.000Z","updated_at":"2026-03-25T03:39:13.000Z","dependencies_parsed_at":"2024-03-31T14:31:35.871Z","dependency_job_id":"ced8cef4-f589-47bb-8500-c3784fad9131","html_url":"https://github.com/waycrate/exwlshelleventloop","commit_stats":null,"previous_names":["decodetalkers/layershelleventloop","waycrate/exwlshelleventloop"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/waycrate/exwlshelleventloop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waycrate%2Fexwlshelleventloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waycrate%2Fexwlshelleventloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waycrate%2Fexwlshelleventloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waycrate%2Fexwlshelleventloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waycrate","download_url":"https://codeload.github.com/waycrate/exwlshelleventloop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waycrate%2Fexwlshelleventloop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["layershell","sessionlock","sway","wayland"],"created_at":"2024-10-09T13:01:50.762Z","updated_at":"2026-04-01T17:18:17.476Z","avatar_url":"https://github.com/waycrate.png","language":"Rust","funding_links":["https://github.com/sponsors/Shinyzenith"],"categories":["Projects Using iced"],"sub_categories":[],"readme":"# Extra wayland shell event loop and their iced bindings\n\nWe want to make program with iced for layershell and sessionlock, so we made this project.\n\nTake winit as reference a lot, to make easilier program on layershell and ext-session-lock.\n\nThis project bind `ext-session-lock` and `layershell` with the similar way of winit, which storing message and handle it in callback\n\n## Here are five subprojects\n\n### waycrate_xkbkeycode\n[![Crates.io](https://img.shields.io/crates/v/waycrate_xkbkeycode.svg)](https://crates.io/crates/waycrate_xkbkeycode)\n\nTake a lot of reference from winit (mainly from winit). Mainly handle the xkbcommon events.\n\n### layershellev\n[![Crates.io](https://img.shields.io/crates/v/layershellev.svg)](https://crates.io/crates/layershellev)\n\nWinit like layershell event crate.\n\nWe use it make a virtual-keyboard program, please take a look at `starcolorkeyboard`. Next we will make the program with iced-layershell instead, to provide a more beautiful virtual-keyboard program.\n\n### sessionlockev\n[![Crates.io](https://img.shields.io/crates/v/sessionlockev.svg)](https://crates.io/crates/sessionlockev)\n\nWinit like sessionlock event crate. It handles the sessionlock event, like lock and unlock, and provides base support for iced binding for sessionlock\n\n### iced-layershell\n[![Crates.io](https://img.shields.io/crates/v/iced-layershell.svg)](https://crates.io/crates/iced-layershell)\n\niced binding for layershell\n\n#### Feature:\n\n- support to open new layershell and support popup window.\n- support ext-virtual-keyboard\n\n![example](./misc/iced_layershell_example.png)\n\n![Bottom Panel Example](./misc/bottom_panel.png)\n\nWith this crate, you can use iced to build your kde-shell, notification application, and etc.\n\n### iced-sessionlock\n[![Crates.io](https://img.shields.io/crates/v/iced-sessionlock.svg)](https://crates.io/crates/iced-sessionlock)\n\niced binding for sessionlock\n\nSession lock is the wayland protocol for lock. This protocol is supported in river, sway and etc. We use it make a beautiful lock program in [twenty](https://github.com/waycrate/twenty). You can also use it to build your sessionlock. This will become very easy to use our crate with pam crate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaycrate%2Fexwlshelleventloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaycrate%2Fexwlshelleventloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaycrate%2Fexwlshelleventloop/lists"}