{"id":18576189,"url":"https://github.com/deuill/bran","last_synced_at":"2025-05-16T01:08:00.766Z","repository":{"id":57601592,"uuid":"89885494","full_name":"deuill/bran","owner":"deuill","description":"A zero-configuration statusbar for i3","archived":false,"fork":false,"pushed_at":"2018-05-12T17:41:38.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T05:10:12.652Z","etag":null,"topics":["go","i3","i3bar","i3wm"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deuill.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}},"created_at":"2017-05-01T00:22:30.000Z","updated_at":"2018-05-12T17:41:39.000Z","dependencies_parsed_at":"2022-09-26T20:00:41.251Z","dependency_job_id":null,"html_url":"https://github.com/deuill/bran","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fbran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fbran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fbran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fbran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deuill","download_url":"https://codeload.github.com/deuill/bran/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448578,"owners_count":22072764,"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":["go","i3","i3bar","i3wm"],"created_at":"2024-11-06T23:23:56.259Z","updated_at":"2025-05-16T01:07:55.756Z","avatar_url":"https://github.com/deuill.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bran - A zero-configuration statusbar for i3\n\nBran is a statusbar for i3, intended to be simple to set up and use by providing a strong set of defaults, while allowing for customization through the same command-line interface that's used for invoking itself.\n\n[![API Documentation][godoc-svg]][godoc-url] [![MIT License][license-svg]][license-url]\n\n## Building and Installing\n\nBran is built in Go, and requires the Go toolchain to be [set up][go-setup] before building and installing.\n\nAssuming everything is set up correctly, installation is simply a matter of running `go get`, i.e.:\n\n```\ngo get -u -v github.com/deuill/bran\n```\n\nYou should now have a binary named `bran` in your `$GOPATH/bin` directory.\n\n## Usage\n\nBran contains a small number of core \"applets\", which provide functionality such as date/time display, volume status via ALSA/Pulseaudio, CPU and memory usage etc.\n\nBoth placement and customization of these is defined through the command-line interface for `bran`, for example:\n\n```\nbar {\n    status_command bran cpu memory date\n}\n```\n\nThis initializes `bran` with three applets, CPU usage, memory usage and date/time, displayed left-to-right as entered. Applets can be customized by providing additional arguments after the applet name:\n\n```\nbar {\n    status_command bran cpu:\"interval=10 scale=F\" memory volume:step=10 date\n}\n```\n\nThis sets the update interval and temperature scale for the `cpu` applet to 10 seconds and Fahrenheit respectively, and sets the volume step for the `volume` applet to 10%.\n\nMultiple configuration values need to be wrapped in quotes, due to the way shells handle space-separated strings.\n\n## License\n\nAll code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file.\n\n[godoc-url]: https://godoc.org/github.com/deuill/bran\n[godoc-svg]: https://godoc.org/github.com/deuill/bran?status.svg\n\n[license-url]: https://github.com/deuill/bran/blob/master/LICENSE\n[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n\n[go-setup]: https://golang.org/doc/install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuill%2Fbran","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeuill%2Fbran","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuill%2Fbran/lists"}