{"id":42503541,"url":"https://github.com/d3adb5/stalonetray","last_synced_at":"2026-03-03T11:02:57.291Z","repository":{"id":47435755,"uuid":"158054788","full_name":"d3adb5/stalonetray","owner":"d3adb5","description":"STAnd aLONE TRAY (notification area) implementation for X11","archived":false,"fork":false,"pushed_at":"2025-10-20T00:42:42.000Z","size":1222,"stargazers_count":150,"open_issues_count":13,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T01:53:40.628Z","etag":null,"topics":["freebsd","linux","looking-for-contributors","notification-area","stalonetray","system-tray","x11"],"latest_commit_sha":null,"homepage":"https://d3adb5.github.io/stalonetray","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3adb5.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-18T06:00:09.000Z","updated_at":"2025-10-06T12:51:56.000Z","dependencies_parsed_at":"2025-07-08T06:41:31.863Z","dependency_job_id":"0d703b6b-2184-477b-ab7d-d0b23471c67f","html_url":"https://github.com/d3adb5/stalonetray","commit_stats":null,"previous_names":["d3adb5/stalonetray"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/d3adb5/stalonetray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fstalonetray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fstalonetray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fstalonetray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fstalonetray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3adb5","download_url":"https://codeload.github.com/d3adb5/stalonetray/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3adb5%2Fstalonetray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["freebsd","linux","looking-for-contributors","notification-area","stalonetray","system-tray","x11"],"created_at":"2026-01-28T13:36:35.855Z","updated_at":"2026-01-28T13:36:36.298Z","avatar_url":"https://github.com/d3adb5.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STAnd aLONE TRAY [![Build][badge-build]][yaml-build] [![Lint][badge-lint]][yaml-lint]\n\n[badge-build]: https://github.com/d3adb5/stalonetray/actions/workflows/build.yml/badge.svg\n[yaml-build]: https://github.com/d3adb5/stalonetray/actions/workflows/build.yml\n[badge-lint]: https://github.com/d3adb5/stalonetray/actions/workflows/lint.yml/badge.svg\n[yaml-lint]: https://github.com/d3adb5/stalonetray/actions/workflows/lint.yml\n\nStalonetray is a STAnd-aLONE system TRAY (notification area) for Unix desktops\nusing the X11 windowing system. It has minimal default build and run-time\ndependencies: the Xlib and libXinerama, though you could do away with the\nlatter by disabling a feature for even more minimalism. Stalonetray runs under\nvirtually any window manager.\n\nTo start using stalonetray, just copy `stalonetrayrc.sample` to\n`~/.stalonetrayrc` or to `$XDG_CONFIG_HOME/stalonetrayrc`. It is well-commented\nand should suffice for a quick start.\n\nNote that some features are disabled by default and may not work out of the\nbox, depending on how stalonetray was built by the package maintainer. See the\n\"Building from source\" section below if you want to compile it yourself with\nthe features you need.\n\n## Maintenance status\n\nThis project was originally developed by [Roman Dubtsov (kolbusa)][gh-kolbusa]\nand recently changed hands. Roman is still involved with, but no longer\nactively maintains the project.\n\n**To him goes all the credit for creating and maintaining this project for many\nyears. Thank you, Roman!**\n\n[gh-kolbusa]: https://github.com/kolbusa\n\n## Installation\n\nPackage managers are the most convenient way to install stalonetray. It is\npackaged for several Linux distributions and BSD variants. On Debian and\nUbuntu, run:\n\n```sh\nsudo apt install stalonetray\n```\n\nOn Fedora run:\n\n```sh\nsudo dnf install stalonetray\n```\n\n## Building from source\n\nStalonetray uses [Meson](https://mesonbuild.com/). Refer to the `meson.options`\nfile for available build options and their default values.\n\nTo build stalonetray using Meson, ensure necessary dependencies are installed\n--- by default only Xlib and libXinerama development packages are required ---\nand run the standard Meson build commands:\n\n```sh\nmeson setup builddir\nmeson compile -C builddir stalonetray\n```\n\nThis should build the `stalonetray` binary in the `builddir` directory.\n\nTo build stalonetray's documentation, you'll need `xsltproc` and DocBook\nstylesheets installed first. Then build the `manpage` target:\n\n```sh\nmeson compile -C builddir manpage\n```\n\nThis creates the `stalonetray.1` file in the `builddir` directory.\n\nInstallation from source can be done with:\n\n```sh\nmeson install -C builddir\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3adb5%2Fstalonetray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3adb5%2Fstalonetray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3adb5%2Fstalonetray/lists"}