8000 GitHub - libre-hackerman/asetroot: A lightweight animated wallpaper program · GitHub 8000
[go: up one dir, main page]

Skip to content

libre-hackerman/asetroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asetroot

A lightweight animated wallpaper program, or if you will, animated setroot

asetroot demonstration

Building

pacman -S imlib2
make

Basic Usage

asetroot [FOLDER] ... [-t milliseconds | -f format]
Where [FOLDER] is a folder with all the frames.
Frames should have a file name that can be incremented using a printf format, standard is %05d.gif
This program does not do any resizing or converting, if you wish to do that check out ImageMagick

Examples

# to resize and split a gif into a folder
convert example.gif -coalesce -resize 1920x1080 examplefolder/%05d.gif

# activates the program with 50 milliseconds between each frame
asetroot examplefolder/ -t 50

About

A lightweight animated wallpaper program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 97.4%
  • Makefile 2.6%
0