{"id":18157178,"url":"https://github.com/tkapias/bemenu-orange-wrapper","last_synced_at":"2026-05-01T19:35:00.591Z","repository":{"id":260577076,"uuid":"868216734","full_name":"tkapias/bemenu-orange-wrapper","owner":"tkapias","description":"An opinionated wrapper for bemenu with a dark/orange theme.","archived":false,"fork":false,"pushed_at":"2026-01-18T00:11:19.000Z","size":591,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-18T12:47:57.533Z","etag":null,"topics":["bash-script","bemenu","bemenu-theme","wrapper-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tkapias.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}},"created_at":"2024-10-05T19:22:27.000Z","updated_at":"2026-01-18T00:11:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"5da17dfc-5ad4-469d-a994-ebd18faeef5c","html_url":"https://github.com/tkapias/bemenu-orange-wrapper","commit_stats":null,"previous_names":["tkapias/bemenu-orange-wrapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tkapias/bemenu-orange-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkapias%2Fbemenu-orange-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkapias%2Fbemenu-orange-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkapias%2Fbemenu-orange-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkapias%2Fbemenu-orange-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkapias","download_url":"https://codeload.github.com/tkapias/bemenu-orange-wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkapias%2Fbemenu-orange-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","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":["bash-script","bemenu","bemenu-theme","wrapper-script"],"created_at":"2024-11-02T06:05:35.680Z","updated_at":"2026-05-01T19:35:00.582Z","avatar_url":"https://github.com/tkapias.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bemenu-orange-wrapper\n\nA bash wrapper script for [bemenu](https://github.com/Cloudef/bemenu) with a simple, dark and orange theme and nice defaults.\n\n![preview](assets/preview.png)\n\n## Dependencies\n\n- [bemenu \u003e= 0.6](https://github.com/Cloudef/bemenu)\n- [Nerd Fonts (Symbols Only)](https://github.com/ryanoasis/nerd-fonts/releases/latest)\n- [Noto Color Emoji](https://github.com/googlefonts/noto-emoji)\n- [IBM Plex Mono](https://github.com/IBM/plex)\n- Bash \u003e= 5\n\n## Installation\n\n### Dependencies\n\n- Debian Example:\n\n``` bash\n# bemenu\ngit clone --depth=1 https://github.com/Cloudef/bemenu bemenu\ncd bemenu\nsudo apt install scdoc libcairo-dev libpango1.0-dev libxkbcommon-dev\n# buiding for x11\nmake clients x11 curses doxygen PREFIX=/usr/local\nsudo make install\nsudo ldconfig\n\n# Nerd Fonts Symbols only\nwget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/NerdFontsSymbolsOnly.tar.xz\nsudo tar -xvf NerdFontsSymbolsOnly.tar.xz --wildcards --no-anchored '*.ttf' --directory=/usr/local/share/fonts/\nsudo cp SymbolsNerdFont*-Regular.ttf /usr/local/share/fonts/\n\n# Noto Color Emoji\nsudo apt install fonts-noto-color-emoji\n\n# IBM Plex Mono\nwget https://github.com/IBM/plex/releases/download/%40ibm%2Fplex-mono%401.1.0/ibm-plex-mono.zip\nsudo mkdir -p /usr/local/share/fonts/IBM-Plex-Mono\nsudo unzip -j ibm-plex-mono.zip -d /usr/local/share/fonts/IBM-Plex-Mono/ ibm-plex-mono/fonts/complete/otf/*.otf\nfc-cache -f\n```\n\n### bemenu-orange-wrapper\n\n```bash\ngit clone --depth 1 https://github.com/tkapias/bemenu-orange-wrapper.git bemenu-orange-wrapper\ncd bemenu-orange-wrapper\nchmod +x bemenu-orange-wrapper.bash\nln -s $PWD/bemenu-orange-wrapper.bash $HOME/.local/bin/bemenu\n```\n\n## Features\n\n- Centered\n- Vim keybindings.\n- Border.\n- Fonts ready for Emojis and Nerd-Fonts.\n- Dark grey and orange theme.\n\n## Usage\n\nJust symlink the wrapper script as bemenu in your user bin path, it should be used by default by other bemenu tools.\n\nTo change some options, just edit the script.\n\n## Suggestions\n\n- [bemenu-mpdcli](https://github.com/tkapias/bemenu-mpdcli): bemenu client for MPD using mpc.\n- [bemenu-qalc](https://github.com/tkapias/bemenu-qalc): bemenu calculator using qalc.\n- [bemenu-desktop-menu](https://github.com/tkapias/bemenu-desktop-menu): bemenu desktop applications launcher.\n- [bemenu-nb-todo](https://github.com/tkapias/bemenu-nb-todo): bemenu todo \u0026 task management for nb.\n- [bemoji](https://github.com/marty-oehme/bemoji): Emoji/NerdFonts/Math character picker with favorites.\n- [i3-scratchmenu](https://github.com/aedoq/i3-scratchmenu): list/toggle i3wm scratchpads.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkapias%2Fbemenu-orange-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkapias%2Fbemenu-orange-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkapias%2Fbemenu-orange-wrapper/lists"}