Skip to content

EliteAsian123/MatrixWallpaper

Repository files navigation

MatrixWallpaper

An animated wallpaper for Lively Wallpaper based on Lively Matrix. A live demo can be seen here.

Preview

Compatibility

Installing

Please refer to the releases section and read the instructions on the lastest release.

Changing Settings

As for Lively Wallpaper, all you have to do is right-click on Matrix Wallpaper and click Customise!

Lively Wallpaper

As for Komorebi, there is no built-in settings system, so you have the use the settings bash script. Simply navigate to the installed matrix_wallpaper folder, and run ./settings. The config file will automatically be updated and the wallpaper will be changed after Komorebi restarts.

Komorebi

Building

Warning

Komorebi requires the use of a URL instead of an HTML file. The built Komorebi wallpaper uses a reference to this, not the src folder.

If you want to test out your own version of this wallpaper on Komorebi, I recommend creating a Github Pages website like I did.

$ git clone https://github.com/EliteAsian123/MatrixWallpaper.git
$ npm install

$ npm run buildLively # For Lively Wallpaper
$ npm run buildKomorebi # For Komorebi (Fork)

Contributing

Go ahead :)

As for testing, making sure the index.html file works should be enough.