{"id":35213486,"url":"https://github.com/floatpane/floatpane","last_synced_at":"2025-12-29T20:59:51.911Z","repository":{"id":304849047,"uuid":"1020195980","full_name":"floatpane/floatpane","owner":"floatpane","description":"Hyprpaper inspired MacOS application for an easy change of Wallpapers","archived":false,"fork":false,"pushed_at":"2025-07-31T10:50:56.000Z","size":12286,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-31T14:19:24.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://floatpane.andrinoff.com/","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/floatpane.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"andrinoff","ko_fi":"andrinoff"}},"created_at":"2025-07-15T13:41:47.000Z","updated_at":"2025-07-31T10:50:57.000Z","dependencies_parsed_at":"2025-07-19T03:21:10.857Z","dependency_job_id":null,"html_url":"https://github.com/floatpane/floatpane","commit_stats":null,"previous_names":["andrinoff/hyprpaper-mac","andrinoff/floatpane","floatpane/floatpane"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/floatpane/floatpane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatpane%2Ffloatpane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatpane%2Ffloatpane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatpane%2Ffloatpane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatpane%2Ffloatpane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatpane","download_url":"https://codeload.github.com/floatpane/floatpane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatpane%2Ffloatpane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28121148,"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-12-29T02:00:07.021Z","response_time":58,"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":"2025-12-29T20:59:49.654Z","updated_at":"2025-12-29T20:59:51.903Z","avatar_url":"https://github.com/floatpane.png","language":"JavaScript","readme":"# floatpane\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/floatpane/floatpane/master/assets/icon.svg\" alt=\"floatpane Logo\" width=\"128\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eA lightweight, floating wallpaper selector for macOS.\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/floatpane/floatpane?style=for-the-badge\" alt=\"Version\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/floatpane/floatpane?style=for-the-badge\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n---\n\n**floatpane** is a minimal utility for macOS that lets you quickly browse and set your desktop wallpaper. It's designed to be invoked with a global keyboard shortcut and floats above all other windows, making it compatible with tiling window managers like **Aerospace** and **yabai**.\n\n## 🎬 Demo\n\n![floatpane Demo](https://raw.githubusercontent.com/floatpane/floatpane/master/assets/floatpane-preview.gif)\n\n## ✨ Features\n\n- **⚡ Summon:** Bring up the wallpaper grid from anywhere with `Cmd+Shift+P`.\n- **🖼️ Floating Window:** Floats on top of all other applications for easy access.\n- **🧩 Tiling WM Friendly:** Integrates smoothly with Aerospace, yabai, and Amethyst.\n- **⌨️ Keyboard Navigation:** Use arrow keys to browse, `Enter` to apply, and `Esc` to dismiss.\n- **🚀 Lazy Loading:** Thumbnails load as you scroll for a fast, responsive experience.\n- **✅ Current Wallpaper Indicator:** Your active wallpaper is always highlighted.\n- **🎨 Themes:** Customize the look and feel with multiple built-in themes.\n\n## 📋 Requirements\n\n- macOS\n- A `~/wallpapers` directory containing your images.\n\n## 🚀 Installation\n\n### Homebrew (Recommended)\n\n```bash\nbrew tap floatpane/floatpane\nbrew install floatpane\n```\n\nBuilds (DMG's) are also available [here](https://github.com/floatpane/flotpane/releases).\n\n\u003e [!WARNING]\n\u003e The Builds are not signed with an Apple Developer ID. You need to run `xattr -cr /Applications/floatpane.app` after downloading and before opening it for the first time.\n\n### For Developers\n\n1.  **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/floatpane/floatpane.git\n    cd floatpane\n    ```\n\n2.  **Install dependencies:**\n\n    ```sh\n    npm install\n    ```\n\n3.  **Run in development mode:**\n\n    You'll need two terminal windows for this.\n\n    - In **Terminal 1**, start the webpack watcher:\n      ```sh\n      npm run watch\n      ```\n    - In **Terminal 2**, start the Electron app:\n      ```sh\n      npm start\n      ```\n\n## 🌅 Wallpapers\n\nYou can find all the wallpapers I use by going to [andrinoff/wallpapers](https://github.com/andrinoff/wallpapers)\n\nOR\n\n```sh\ncurl -sS https://andrinoff.com/wallpapers/download.sh | sh\n```\n\n## 🎨 Available Themes\n\nFloatpane includes a variety of themes to match your style. You can change the theme in the settings (`Cmd+,`, or by clicking the gear icon).\n\n- Aura\n- Ayu Dark\n- Cobalt2\n- Dracula\n- Gruvbox Dark\n- Material Theme\n- Monokai\n- Night Owl\n- Nord\n- One Dark Pro\n- Panda Syntax\n- Solarized Dark\n- Synthwave '84\n- Tokyo Night Blue\n\n## 📜 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n","funding_links":["https://patreon.com/andrinoff","https://ko-fi.com/andrinoff"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatpane%2Ffloatpane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatpane%2Ffloatpane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatpane%2Ffloatpane/lists"}