Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ It automatically generates beautiful color themes from your wallpapers, and lets
- [`linux-wallpaperengine`](https://github.com/catsout/wallpaper-engine-kde-plugin) - for Wallpaper Engine
- [`cage`](https://github.com/cage-kiosk/cage) - runs wallpapers in an isolated, invisible Wayland session specifically so we can screenshot them without affecting the user’s desktop
- [`grim`](https://github.com/emersion/grim) - takes a screenshot of the wallpaper running inside cage
- [`wayland-info`](https://gitlab.freedesktop.org/wayland/wayland-utils/) - used to query Wayland compositor outputs protocol
- [`ffmpeg`](https://github.com/FFmpeg/FFmpeg) - generate thumbnails for video files

### Arch Linux (AUR)

Expand Down
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const config: ForgeConfig = {
canvas: "^3.1.2",
conf: "^14.0.0",
keytar: "^7.9.0",
sharp: "^0.34.3",
};
fs.writeFileSync(path.resolve(buildPath, "package.json"), JSON.stringify(packageJson));

Expand Down
Loading