{"id":15721903,"url":"https://github.com/system64fumo/sysmenu","last_synced_at":"2025-10-20T02:59:14.165Z","repository":{"id":220260542,"uuid":"751174644","full_name":"System64fumo/sysmenu","owner":"System64fumo","description":"Simple program launcher written in gtkmm 4","archived":false,"fork":false,"pushed_at":"2025-03-12T12:58:18.000Z","size":48940,"stargazers_count":91,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-19T11:07:17.216Z","etag":null,"topics":["application-launcher","gtk4","wayland"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/System64fumo.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}},"created_at":"2024-02-01T04:29:53.000Z","updated_at":"2025-05-15T03:16:24.000Z","dependencies_parsed_at":"2025-02-26T00:00:42.729Z","dependency_job_id":"5f041ab8-8a95-4bec-99c0-55059e9d3b87","html_url":"https://github.com/System64fumo/sysmenu","commit_stats":{"total_commits":88,"total_committers":3,"mean_commits":"29.333333333333332","dds":0.125,"last_synced_commit":"f589b13b0d6176f5bbc24074306a1e6cc6c038e3"},"previous_names":["amirdahan/sysmenu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/System64fumo/sysmenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System64fumo%2Fsysmenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System64fumo%2Fsysmenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System64fumo%2Fsysmenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System64fumo%2Fsysmenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/System64fumo","download_url":"https://codeload.github.com/System64fumo/sysmenu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/System64fumo%2Fsysmenu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279991983,"owners_count":26255822,"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-20T02:00:06.978Z","response_time":62,"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":["application-launcher","gtk4","wayland"],"created_at":"2024-10-03T22:02:04.361Z","updated_at":"2025-10-20T02:59:14.127Z","avatar_url":"https://github.com/System64fumo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sysmenu\nSysmenu is a simple and efficient application launcher written in gtkmm4\u003cbr\u003e\n![default](https://github.com/System64fumo/sysmenu/blob/main/preview_default.gif \"default\")\n![fullscreen](https://github.com/System64fumo/sysmenu/blob/main/preview_fullscreen.gif \"fullscreen\")\n[![Packaging status](https://repology.org/badge/vertical-allrepos/sysmenu.svg)](https://repology.org/project/sysmenu/versions)\n\n\n# Install\nYou need the following dependencies:\n* gtkmm-4.0\n* gtk4-layer-shell\n\nCustomize ``config.hpp`` if you wish to do so. \u003cbr\u003e\nThen to build all you need to do is run ``make``\n\n# Why does this exist?\nMainly because i got bored lol.\u003cbr\u003e\nBut also because i disliked how the current programs i used behaved.\u003cbr\u003e\nSo instead of fixing them i created my own!\u003cbr\u003e\n\n# Configuration\nsysmenu can be configured in 3 ways\u003cbr\u003e\n1: By changing config.h and recompiling (Suckless style)\u003cbr\u003e\n2: Using a config file (~/.config/sys64/menu/config.conf)\u003cbr\u003e\n3: Using launch arguments\u003cbr\u003e\n```\narguments:\n  -S\tHide the program on launch\n  -s\tHide the search bar\n  -i\tSet launcher icon size\n  -I\tSet dock icon size\n  -m\tSet launcher margins\n  -u\tShow name under icon\n  -b\tShow scroll bars\n  -n\tMax name length\n  -p\tItems per row\n  -a\tAnchors (\"top right bottom left\")\n  -W\tSet window width\n  -H\tSet window Height\n  -l\tDisable use of layer shell\n  -v\tPrints version info\n  -D\tSet dock items (\"Terminal,FileManager,WebBrowser,ect..\")\n```\n\n# Signals\nYou can send signals to show/hide the window.\u003cbr\u003e\n``pkill -USR1 sysmenu`` to show.\u003cbr\u003e\n``pkill -USR2 sysmenu`` to hide.\u003cbr\u003e\n``pkill -RTMIN sysmenu`` to toggle.\u003cbr\u003e\n\n# Theming\nsysmenu uses your gtk4 theme by default, However it can be also load custom css,\u003cbr\u003e\nJust copy one of the included style_*.css file to ~/.config/sys64/menu/style.css\u003cbr\u003e\n\n# Credits\n[wf-shell](https://github.com/WayfireWM/wf-shell) for showing how to do launcher related stuff\u003cbr\u003e\n\n# Also check out\n[wofi](https://hg.sr.ht/~scoopta/wofi)\u003cbr\u003e\n[nwg-drawer](https://github.com/nwg-piotr/nwg-drawer)\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem64fumo%2Fsysmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsystem64fumo%2Fsysmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsystem64fumo%2Fsysmenu/lists"}