{"id":18754092,"url":"https://github.com/simplyceo/wofi","last_synced_at":"2025-09-01T12:31:35.033Z","repository":{"id":237656037,"uuid":"794975630","full_name":"SimplyCEO/wofi","owner":"SimplyCEO","description":"Wofi is a launcher/menu program for wlroots based wayland compositors such as sway.","archived":false,"fork":false,"pushed_at":"2024-05-03T03:31:16.000Z","size":3355,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-07T17:36:48.007Z","etag":null,"topics":[],"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/SimplyCEO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.md","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-05-02T10:37:34.000Z","updated_at":"2024-11-07T12:34:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a0a2cbf-d9d4-415f-8dc4-6e45e0d12143","html_url":"https://github.com/SimplyCEO/wofi","commit_stats":null,"previous_names":["simplyceo/wofi"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplyCEO%2Fwofi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplyCEO%2Fwofi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplyCEO%2Fwofi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplyCEO%2Fwofi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimplyCEO","download_url":"https://codeload.github.com/SimplyCEO/wofi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231690702,"owners_count":18411507,"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","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-07T17:28:01.578Z","updated_at":"2025-09-01T12:31:34.996Z","avatar_url":"https://github.com/SimplyCEO.png","language":"C","funding_links":["https://ko-fi.com/scoopta"],"categories":[],"sub_categories":[],"readme":"Wofi\n====\n\nWofi is a launcher/menu program for wlroots based wayland compositors such as sway.\n\nThis repository is a \u003cb\u003efork\u003c/b\u003e of https://hg.sr.ht/~scoopta/wofi with some [additions](https://github.com/SimplyCEO/wofi/commits/master/?author=SimplyCEO).\n\nDependencies\n------------\n\n- PkgConf\n- Wayland\n- GLib2\n- GObject\n- GTK3\n\n`cmake` or `meson` is required to build.\nUse \u003cb\u003eCMake\u003c/b\u003e if your C compiler is not \u003cb\u003eGCC\u003c/b\u003e or \u003cb\u003eClang\u003c/b\u003e.\n\nBuilding\n--------\n\nClone the repository:\n\n```shell\ngit clone --depth 1 https://github.com/SimplyCEO/wofi.git\ncd wofi\n```\n\nThen build with your desired build system:\n\n- CMake:\n\n```shell\ncmake -S . -B build \\\n  -DCMAKE_INSTALL_PREFIX=/usr/local \\\n  -DENABLE_RUN=1 \\\n  -DENABLE_DRUN=1 \\\n  -DENABLE_DMENU=1\ncmake --build build\n```\n\nThere are more available options in [CMakeLists.txt](/CMakeLists.txt).\n```shell\ncat CMakeLists.txt | head -n 87 | tail -n $((87-66)) | less\n```\n\n- Meson:\n\n```shell\nmeson setup build\nninja -C build\n```\n\nInstalling\n----------\n\n- CMake:\n\n```shell\nsu -c \"cmake --install build\"\n```\n\n- Meson:\n\n```shell\nsu -c \"ninja -C build install\"\n```\n\nUninstalling\n------------\n\n- CMake:\n\n```shell\nsu -c \"xargs -a build/install_manifest.txt rm\"\n```\n\n- Meson:\n\n```shell\nsu -c \"ninja -C build uninstall\"\n```\n\n\nBug Reports\n-----------\n\nThis fork is \u003cb\u003enot\u003c/b\u003e connected to mainstream, so, for any bugs\nregarding newer software behaviour please file reports at their\nsourcehut repository: https://todo.sr.ht/~scoopta/wofi\n\nContributing\n------------\n\nIt is advised to submit patches to https://lists.sr.ht/~scoopta/wofi\nsince this fork is \u003cb\u003enot\u003c/b\u003e connected to mainstream.\n\nYou can find documentation here https://man.sr.ht/hg.sr.ht/email.md\n\ndrun and dbus\n-------------\n\nSome desktop files declare themselves as being launched by dbus,\nif this is the case wofi can experience issues\non systems where a user session bus is not automatically started\nsuch as systems using elogind.\n\nTo manually launch a user session bus run the following:\n\n```shell\ndbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus\n```\n\nPackages\n--------\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/wofi.svg)](https://repology.org/project/wofi/versions)\n\nDocumentation\n-------------\n\nThe official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html\n\nDonating\n--------\n\nIf you feel like supporting development you can donate at https://ko-fi.com/scoopta\n\nScreenshots\n-----------\n\n[![example 4](https://f.cloudninja.pw/Scaled_4.png)](https://f.cloudninja.pw/Rootbar_Example_4.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyceo%2Fwofi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplyceo%2Fwofi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyceo%2Fwofi/lists"}