Skip to content

thusvill/LiveWallpaperMacOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

I’ll be Transforming Objective C++ UI's to SwiftUI. But the daemon won't change.

LiveWallpaper App for MacOS 14+

Languages: English | 简体中文

Roller

This is an open-source live wallpaper application for MacOS 14+

Install using brew

Run this on terminal brew tap thusvill/livewallpaper && brew install --cask livewallpaper

Installation(Compile from source)

  • macOS 14+
  • git
  • Xcode
  • Cmake

Run this: git clone https://github.com/thusvill/LiveWallpaperMacOS.git && cd LiveWallpaperMacOS && mkdir -p build && cd build && cmake .. && make -j$(sysctl -n hw.ncpu)

Guide for DMG Installation

Important

Fix “LiveWallpaper.app” is corrupted and cannot be opened. It is recommended that you move the object to the recycle bin.

After you install the app in Application folder you have to bypass Gatekeeper to run this since I don't want to pay apple for opensource apps.

This will solve the occupation issue

xattr -d com.apple.quarantine /Applications/LiveWallpaper.app

Click the "OpenInFinder" button and it'll open a folder, you can place wallpapers in it.

Note

Make sure the folder selected doesn't include spaces.

No dots should be contained on the file name exept the dot for extension!

Eg:

  • file.1920x1080.mp4 ❌ ('.'s > 1)

  • file-1920x1080.mp4 ✅ ('.'s = 1)

Note

Currently support for .mp4 and .mov

guide.mp4

Gallery

Application

This is a static image, currently LiveWallpaper doesn't support videos on the lock screen.

lockscreen

settings

stw.mp4

Performance

p1 p2 p3

Multiple Display Support

mltd.mp4

For licensing details, see LICENSE.

About

This is a Opensource Live wallpaper solution for MacOS

Topics

Resources

License

Stars

Watchers

Forks

Contributors