{"id":20131773,"url":"https://github.com/kkga/nibar","last_synced_at":"2025-08-19T22:32:33.691Z","repository":{"id":40688476,"uuid":"195127262","full_name":"kkga/nibar","owner":"kkga","description":"Simple Übersicht status bar with yabai support.","archived":false,"fork":false,"pushed_at":"2023-04-24T18:50:34.000Z","size":8682,"stargazers_count":191,"open_issues_count":4,"forks_count":32,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-13T05:27:30.806Z","etag":null,"topics":["macos","statusbar","ubersicht","ubersicht-widget","yabai"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kkga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-07-03T21:15:12.000Z","updated_at":"2024-10-18T15:47:54.000Z","dependencies_parsed_at":"2022-09-03T19:52:21.757Z","dependency_job_id":null,"html_url":"https://github.com/kkga/nibar","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/kkga%2Fnibar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkga%2Fnibar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkga%2Fnibar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkga%2Fnibar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkga","download_url":"https://codeload.github.com/kkga/nibar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230374126,"owners_count":18216042,"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":["macos","statusbar","ubersicht","ubersicht-widget","yabai"],"created_at":"2024-11-13T20:50:14.212Z","updated_at":"2024-12-19T04:07:36.594Z","avatar_url":"https://github.com/kkga.png","language":"JavaScript","readme":"# nibar\n\nSimple [Übersicht](https://github.com/felixhageloh/uebersicht) widget status bar with [yabai](https://github.com/koekeishiya/yabai) support.\n\nOriginally forked from https://github.com/ajdnik/powerbar. I made it work with yabai and tweaked the aesthetics to match my preference.\n\n![img](./ss.png)\n\n## Installation\n\nClone this repo to your Übersicht widgets directory.\n\n```bash\n# assuming your widgets are in the default Übersicht location\n$ git clone https://github.com/kkga/nibar $HOME/Library/Application\\ Support/Übersicht/widgets/nibar\n```\n\n## Dependencies\n\n- [SF Symbols](https://developer.apple.com/sf-symbols/) (optional) — used for symbols in the statusbar widget\n\n## Usage\n\n### Refreshing yabai workspaces widget\n\nThe workspaces widget is not refreshing automatically (to preserve battery). Add these lines at the end of your `yabairc` to utilize [yabai's signals](https://github.com/koekeishiya/yabai/wiki/Commands#automation-with-rules-and-signals) for auto-updating the widget whenever a workspace is changed:\n\n```sh\nyabai -m signal --add event=space_changed \\\n    action=\"osascript -e 'tell application id \\\"tracesOf.Uebersicht\\\" to refresh widget id \\\"nibar-spaces-jsx\\\"'\"\n\n# if using multple displays, add an additional rule for \"display_changed\" event\nyabai -m signal --add event=display_changed \\\n    action=\"osascript -e 'tell application id \\\"tracesOf.Uebersicht\\\" to refresh widget id \\\"nibar-spaces-jsx\\\"'\"\n```\n\n```sh\n# add these rules to auto-update the \"windows\" widget\nyabai -m signal --add event=window_focused \\\n    action=\"osascript -e 'tell application id \\\"tracesOf.Uebersicht\\\" to refresh widget id \\\"nibar-windows-jsx\\\"'\"\nyabai -m signal --add event=window_destroyed \\\n    action=\"osascript -e 'tell application id \\\"tracesOf.Uebersicht\\\" to refresh widget id \\\"nibar-windows-jsx\\\"'\"\nyabai -m signal --add event=window_created \\\n    action=\"osascript -e 'tell application id \\\"tracesOf.Uebersicht\\\" to refresh widget id \\\"nibar-windows-jsx\\\"'\"\nyabai -m signal --add event=space_changed \\\n    action=\"osascript -e 'tell application id \\\"tracesOf.Uebersicht\\\" to refresh widget id \\\"nibar-windows-jsx\\\"'\"\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkga%2Fnibar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkga%2Fnibar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkga%2Fnibar/lists"}