{"id":21130543,"url":"https://github.com/arguablykomodo/zitrus","last_synced_at":"2026-02-06T10:11:20.773Z","repository":{"id":62389900,"uuid":"451636620","full_name":"arguablykomodo/zitrus","owner":"arguablykomodo","description":"A set of opinionated system information fetchers written in Zig, for use in lemonbar.","archived":false,"fork":false,"pushed_at":"2025-08-21T00:16:06.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T02:30:00.262Z","etag":null,"topics":["lemonbar","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/arguablykomodo.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":"2022-01-24T21:19:30.000Z","updated_at":"2025-08-21T00:16:10.000Z","dependencies_parsed_at":"2023-02-09T23:25:10.715Z","dependency_job_id":"4d59fed4-291c-471f-aec4-35eae4f1730e","html_url":"https://github.com/arguablykomodo/zitrus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arguablykomodo/zitrus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguablykomodo%2Fzitrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguablykomodo%2Fzitrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguablykomodo%2Fzitrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguablykomodo%2Fzitrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arguablykomodo","download_url":"https://codeload.github.com/arguablykomodo/zitrus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguablykomodo%2Fzitrus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"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":["lemonbar","zig"],"created_at":"2024-11-20T05:34:52.386Z","updated_at":"2026-02-06T10:11:20.751Z","avatar_url":"https://github.com/arguablykomodo.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zitrus\n\nA set of opinionated system information fetchers written in Zig, for use in\n[lemonbar](https://github.com/LemonBoy/bar).\n\n## Building\n\nRequires Zig 0.11.0.\n\n`zig build` will build all the fetchers, \u003ccode\u003ezig build \u003ci\u003ename\u003c/i\u003e\u003c/code\u003e\nwill build just the specified fetcher.\n\n## Fetchers\n\n### `cpu`\n\nDisplays CPU utilization as a percentage alongside per-core bars.\n\n\u003cpre\u003e\u003cb\u003ezitrus-cpu\u003c/b\u003e [\u003ci\u003einterval\u003c/i\u003e] [\u003ci\u003ecolor\u003c/i\u003e ...]\u003c/pre\u003e\n\n- `interval`: Time between updates, in milliseconds. Defaults to 1000. Shorter\n  intervals will lead to faster updates but less useful measurements.\n- `color`: RRGGBB formatted color. Bars will use these colors blended\n  first-to-last based on percentage. Bars will be colorless if not present.\n\n### `ram`\n\n\u003cpre\u003e\u003cb\u003ezitrus-ram\u003c/b\u003e [\u003ci\u003einterval\u003c/i\u003e] [\u003ci\u003ecolor\u003c/i\u003e ...]\u003c/pre\u003e\n\nDisplays RAM usage as total percentage alongside a colored bar.\n\n- `interval`: Time between updates, in milliseconds. Defaults to 1000.\n- `color`: RRGGBB formatted color. Bar will use these colors blended\n  first-to-last based on percentage. Bar will be colorless if not present.\n\n### `net`\n\nDisplays download/upload speed of all interfaces (excluding loopback).\n\n\u003cpre\u003e\u003cb\u003ezitrus-net\u003c/b\u003e \u003cb\u003edown\u003c/b\u003e|\u003cb\u003eup\u003c/b\u003e [\u003ci\u003einterval\u003c/i\u003e]\u003c/pre\u003e\n\n- `interval`: Time between updates, in milliseconds. Defaults to 1000. Shorter\n  intervals will lead to faster updates but less useful measurements.\n\n### `bspwm`\n\nDisplays list of current occupied bspwm desktops, with the focused desktop\nhighlighted. Requires `bspc` to be on `$PATH`.\n\n\u003cpre\u003e\u003cb\u003ezitrus-bspwm\u003c/b\u003e \u003ci\u003emonitor_name\u003c/i\u003e [\u003ci\u003efocus_color\u003c/i\u003e]\u003c/pre\u003e\n\n- `monitor_name`: Name of monitor whose desktops will be displayed. `bspc query\n  -M --names` can be useful to figure out the name.\n- `focus_color`: Color used to highlight focused desktop.\n\n### `mpd`\n\nDisplays current track artist, title, duration and elapsed time. Will display\nfilename if track has no title.\n\n\u003cpre\u003e\u003cb\u003ezitrus-mpd\u003c/b\u003e\u003c/pre\u003e\n\n### `pulseaudio`\n\nDisplays volume of default audio sink as a percentage. Requires linking with\n`libc` and `libpulse`.\n\n\u003cpre\u003e\u003cb\u003ezitrus-pulseaudio\u003c/b\u003e\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farguablykomodo%2Fzitrus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farguablykomodo%2Fzitrus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farguablykomodo%2Fzitrus/lists"}