{"id":28389810,"url":"https://github.com/idkncc/launcher","last_synced_at":"2026-07-25T05:31:15.414Z","repository":{"id":292658015,"uuid":"981020521","full_name":"idkncc/launcher","owner":"idkncc","description":"Waybar app launcher (using CFFI)","archived":false,"fork":false,"pushed_at":"2025-05-11T11:53:20.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-14T10:37:09.425Z","etag":null,"topics":["cffi","rust-library","waybar","waybar-module"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/idkncc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-10T06:48:17.000Z","updated_at":"2025-05-11T11:53:23.000Z","dependencies_parsed_at":"2025-05-11T12:34:36.187Z","dependency_job_id":null,"html_url":"https://github.com/idkncc/launcher","commit_stats":null,"previous_names":["idkncc/launcher"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/idkncc/launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idkncc%2Flauncher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idkncc%2Flauncher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idkncc%2Flauncher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idkncc%2Flauncher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idkncc","download_url":"https://codeload.github.com/idkncc/launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idkncc%2Flauncher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35868704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-25T02:00:06.922Z","response_time":64,"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":["cffi","rust-library","waybar","waybar-module"],"created_at":"2025-05-31T02:10:25.429Z","updated_at":"2026-07-25T05:31:15.397Z","avatar_url":"https://github.com/idkncc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Launcher\n\nAn app launcher for [Waybar](https://github.com/Alexays/Waybar), made with Rust.\n\n\u003cimg src=\"./docs/readme.png\" width=500 alt=\"Screenshot of module\"\u003e\n\n## Installation\n\n1. Install Rust, Waybar, Make\n2. Prepare environment\n   1. Add to your waybar config:\n      ```jsonc\n      \"cffi/launcher\": {\n          \"module_path\": \"/home/\u003cyo_home_folder\u003e/.config/waybar/custom/liblauncher.so\",\n\n          \"spacing\": 8, // spacing\n\n          // Here you can add custom apps in format:\n          \"apps\": [\n              {\n                  // command that will be executed:\n                  \"command\": \"hyprctl dispatch exec firefox\",\n\n                  // human readable name (used in format field):\n                  \"name\": \"Firefox\",\n\n                  // icon (used in format field)\n                  \"icon\": \"\"\n              },\n              {\n                  \"command\": \"hyprctl dispatch exec kitty\",\n                  \"name\": \"Kitty\",\n                  \"icon\": \"\"\n              }\n          ],\n\n          // Button text format\n          // Placeholders: {icon} {name}\n          \"format\": \"{icon}\",\n\n          // Button tooltip format\n          \"format-tooltip\": \"{name}\"\n      }\n      ```\n   2. Add to your `style.css`.\n      Here's my styles, that I use:\n      ```css\n      /* this is the box with buttons (apps) */\n      #launcher {\n          margin: 4px;\n      }\n\n      /* the button, app */\n      #launcher button {\n          min-width: 16px;\n          padding: 5px 9px;\n\n          border-radius: 8px;\n          color: @fg3;\n          font-weight: 300;\n      }\n      ```\n3. Run:\n   ```shell\n   # NOTE: `make install`/`make install-dev` are copying `liblauncher.so` to `~/.config/waybar/custom` folder.\n   #       So you can either create that folder, or change it in `Makefile`.\n    \n   make install      # release (recommended)\n   make install-dev  # debug + unoptimized\n   ```\n\n## Development\n\n1. Clone it\n2. Use `make install-dev` to build and copy module to `~/.config/waybar/custom`\n3. Make changes\n4. Format with `make format` and clean with `make fix`\n5. Create PRs\n6. PROFIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidkncc%2Flauncher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidkncc%2Flauncher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidkncc%2Flauncher/lists"}