Log In  
Follow
moddedBear
[ :: Read More :: ]

Cart #pong_wars-0 | 2024-04-09 | Embed ▽ | License: CC4-BY-NC-SA
13

A simple animated wallpaper or screensaver. Two sides locked in an eternal battle.

The two colors are taken from your current desktop theme.

Inspired by the web version by Koen van Gilst, with some code snippets being adapted from it.

Save as wallpaper

If you haven't already, create a user wallpaper directory in /appdata/system. Changes to the system wallpapers won't persist across a reboot.

cp /system/wallpapers /appdata/system/wallpapers

Load and save the cart.

load #pong_wars
save /appdata/system/wallpapers/

Save as screensaver

If you haven't already, create a user screensaver directory in /appdata/system. Changes to the system screensavers won't persist across a reboot.

cp /system/screensavers /appdata/system/screensavers

Load and save the cart.

load #pong_wars
save /appdata/system/screensavers/
P#146120 2024-04-09 02:00