{"id":15863698,"url":"https://github.com/erebe/yabar","last_synced_at":"2025-10-13T00:41:05.212Z","repository":{"id":142026223,"uuid":"78449249","full_name":"erebe/yabar","owner":"erebe","description":"A modern and lightweight status bar for X window managers. ","archived":false,"fork":false,"pushed_at":"2017-01-13T00:34:06.000Z","size":1094,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T19:53:27.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/erebe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2017-01-09T16:56:26.000Z","updated_at":"2022-12-11T11:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"7404c339-bdc5-40cb-8811-1f3eed6e8d5f","html_url":"https://github.com/erebe/yabar","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/erebe/yabar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebe%2Fyabar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebe%2Fyabar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebe%2Fyabar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebe%2Fyabar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erebe","download_url":"https://codeload.github.com/erebe/yabar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erebe%2Fyabar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013635,"owners_count":26085298,"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-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2024-10-05T23:00:56.791Z","updated_at":"2025-10-13T00:41:05.193Z","avatar_url":"https://github.com/erebe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yabar [![Build Status](https://travis-ci.org/yabar-dev/yabar.svg?branch=master)](https://travis-ci.org/yabar-dev/yabar)\n\nA modern and lightweight status bar for X window managers.\n\n## Screenshots\n\n![screen 01](examples/screenshots/scr01.png)\n![screen 02](examples/screenshots/scr02.png)\n![screen 03](examples/screenshots/scr03.png)\n\n## Description\n\nYabar is a modern and lightweight status bar that is intended to be used along with minimal X window managers like `bspwm` and `i3`. Yabar has the following features:\n\n* Extremely configurable with easy configuration system using a single config file.\n* A growing set of ready-to-use internal blocks developed in plain c.\n* Pango font rendering with support of pango markup language.\n* Support for icons and images.\n* Support for transparency.\n* Multi-monitor support using RandR.\n* Entirely clickable.\n* Support for several environment variables to help button commands.\n* Multiple bars within the same session.\n\n**Warning**: Yabar is still in its infancy and far from being mature. Feel free to contribute or report bugs!\n\n## Installation\n\n### Packages\n\n#### ArchLinux\n\nAUR: [yabar](https://aur.archlinux.org/packages/yabar/) and [yabar-git](https://aur.archlinux.org/packages/yabar-git/)\n\n#### Debian\n\n[yabar](https://packages.debian.org/search?keywords=yabar) in [Testing (Stretch)](https://packages.debian.org/stretch/yabar) and [Unstable (Sid)](https://packages.debian.org/sid/yabar)\n\n#### Ubuntu\n\n[yabar](http://packages.ubuntu.com/search?keywords=yabar\u0026searchon=names\u0026suite=all\u0026section=all) in [Yakkety Yak](http://packages.ubuntu.com/yakkety/yabar)\n\n### From Source\nYabar initially requires libconfig, cairo, pango and alsa. The feature `DYA_INTERNAL_EWMH` in `Makefile` additionaly xcb-ewmh (or xcb-util-wm in some distros) and the feature `-DYA_ICON` requires gdk-pixbuf2. These dependencies can be installed through your distribution's package manager:\n\n* Fedora: `dnf install libconfig-devel cairo-devel pango-devel gdk-pixbuf2-devel alsa-lib-devel`\n* Debian / Ubuntu: `apt-get install libcairo2-dev libpango1.0-dev libconfig-dev libxcb-randr0-dev libxcb-ewmh-dev libgdk-pixbuf2.0-dev libasound2-dev`\n\nYou can install yabar as follows:\n\n\t\t$ git clone https://github.com/yabar-dev/yabar\n\t\t$ cd yabar\n\t\t$ make\n\t\t$ sudo make install\n\nIf you use libconfig 1.4.x (still used in Ubuntu 14.04 and Debian Jessie), please type `export CPPFLAGS=-DOLD_LIBCONFIG` then build using `make` as usual.\n\n## Configuration\n\n[Check our wiki](https://github.com/yabar-dev/yabar/wiki) on [how to customize](https://github.com/yabar-dev/yabar/wiki/Configuration) yabar\n\n## License\n\nYabar is licensed under the MIT license. For more info check out the file `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferebe%2Fyabar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferebe%2Fyabar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferebe%2Fyabar/lists"}