You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,7 @@
32
32
## 📋 Requirements
33
33
34
34
- macOS
35
-
-[Node.js](https://nodejs.org/) and npm
36
35
- A `~/wallpapers` directory containing your images.
37
-
-[GitHub CLI](https://cli.github.com/) (only for publishing releases).
38
36
39
37
## 🚀 Installation
40
38
@@ -43,10 +41,13 @@
43
41
```bash
44
42
brew tap floatpane/floatpane
45
43
brew install floatpane
46
-
# Fix for macOS Gatekeeper
47
-
xattr -cr /Applications/floatpane.app
48
44
```
49
45
46
+
Builds (DMG's) are also available [here](https://github.com/floatpane/flotpane/releases).
47
+
48
+
> [!WARNING]
49
+
> 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.
50
+
50
51
### For Developers
51
52
52
53
1.**Clone the repository:**
@@ -87,7 +88,7 @@ curl -sS https://andrinoff.com/wallpapers/download.sh | sh
87
88
88
89
## 🎨 Available Themes
89
90
90
-
Floatpane includes a variety of themes to match your style. You can change the theme in the settings (`Cmd+,`).
91
+
Floatpane includes a variety of themes to match your style. You can change the theme in the settings (`Cmd+,`, or by clicking the gear icon).
0 commit comments