{"id":13427310,"url":"https://github.com/heyvito/bedim","last_synced_at":"2025-10-28T11:47:07.957Z","repository":{"id":77053288,"uuid":"107052045","full_name":"heyvito/bedim","owner":"heyvito","description":"🖥 Bedim blurs your wallpapers","archived":false,"fork":false,"pushed_at":"2017-10-16T12:03:23.000Z","size":140,"stargazers_count":38,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-10T11:44:39.521Z","etag":null,"topics":["blur-backgrounds","cocoa","mac-app","mac-menubar","macos","menubar","objc","utility","wallpaper"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/heyvito.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}},"created_at":"2017-10-15T21:55:33.000Z","updated_at":"2024-06-13T06:53:21.000Z","dependencies_parsed_at":"2024-02-06T05:57:52.834Z","dependency_job_id":null,"html_url":"https://github.com/heyvito/bedim","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/heyvito/bedim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fbedim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fbedim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fbedim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fbedim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heyvito","download_url":"https://codeload.github.com/heyvito/bedim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fbedim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281433289,"owners_count":26500408,"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-28T02:00:06.022Z","response_time":60,"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":["blur-backgrounds","cocoa","mac-app","mac-menubar","macos","menubar","objc","utility","wallpaper"],"created_at":"2024-07-31T00:01:59.358Z","updated_at":"2025-10-28T11:47:07.939Z","avatar_url":"https://github.com/heyvito.png","language":"Objective-C","readme":"# bedim\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Platform\" src=\"https://img.shields.io/badge/platform-macOS-yellow.svg?style=flat\" /\u003e\n\u003cimg alt=\"Language\" src=\"https://img.shields.io/badge/language-ObjC-blue.svg?style=flat\" /\u003e\n\u003cimg alt=\"Version\" src=\"https://img.shields.io/github/tag/victorgama/bedim.svg?color=green\u0026style=flat\" /\u003e\n\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/victorgama/bedim.svg?style=flat\" /\u003e\n\u003c/p\u003e\n\nBedim is a small MenuBar app that blurs your wallpapers when an application is visible. When there's nothing else on the screen, your wallpaper is then restored.\n\n* Current version: 1.0\n* Requires: macOS 10.10 or higher\n\n**Note**: the default `master` branch will always be stable.\n\n## What?\nHere, imagine your desktop, without any windows:\n![](https://i.imgur.com/db1UnOo.jpg)\n\nBedim keeps watching open windows and their location. When a window is then present in your screen, your wallpaper gets blurred:\n\n![](https://i.imgur.com/tODwoCi.png)\n\n## Install\n* [Download Bedim](https://github.com/victorgama/bedim/releases/download/v1.0.2/Bedim.dmg)\n* Lastest version SHA256: `e7e4e4a12c1adb628046f8531bf22a37e60e00dfc045dbad71ca77819303fd68`\n\nTo install, extract the downloaded archive and just drag-and-drop Bedim to your `Applications` folder. When you run Bedim for the first time, you will be asked to allow it to control your UI. macOS will ask you to open `Security \u0026 Privacy` in `System Preferences`. Once open, go to the `Accessibility` section and click the checkbox next to Bedim to enable control. An admin account is required to accomplish this.\n\n### Why Bedim requires accessibility permissions?\nBedim uses the accessbility API to track windows and their locations across screens. Apple only allows the Accessbility API to get this kind of information.\n\n## Uninstall\nTo remove Bedim, simply quit it using the MenuBar icon, and delete it from your `Applications` folder.\n\n## Development\n\nTo hack on Bedim you will need to have a few tools installed on your system:\n\n* Git\n* Xcode \u0026 Xcode command line tools\n* Carthage\n\nOnce everything is installed, clone this repository to your machine:\n\n```\n$ git clone https://github.com/victorgama/bedim.git\n$ cd bedim\n```\n\nAll tasks are executed through a `Makefile`.\nDownload required dependencies using Carthage:\n\n```\n$ make bootstrap\n```\n\nAnd open `Bedim.xcworkspace`.\n\n### Release\n\nAnother task defined in the `Makefile`  is responsible for building and outputting a binary form into the `build` directory:\n\n```\n$ make release\n```\n\n## Contributing\nPull requests are always welcome. Also feel free to open issues.\n\n## Contact\nIf you have any questions, feedback or just want to say hi, you can [open an issue](https://github.com/victorgama/bedim/issues/new), send an [email](mailto:hey@vito.io) or [tweet](https://twitter.com/heyvito).\n\n## License\nBedim is released under the MIT License. See [license](LICENSE.md) for more information.\n","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyvito%2Fbedim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyvito%2Fbedim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyvito%2Fbedim/lists"}