wall-rs 0.1.0

Wallpaper manager for you
Documentation
  • Fix the bug with detecting the pics folder.
  • Create a mirror repository for storing pictures.
  • Add a feature to change the wallpaper every X time.
  • Rename the project.
  • Add a feature to clone the mirror repository.
  • Path manipulating is not very good and doesn't work in Windows.
  • The code is not very well-written.
  • Problems with cloning the mirror repository because of its huge size, currently it is Anime-Girls-Holding-Programming-Books

Linux-only now. Also, it may work in MacOS but it is not tested yet.

Clone the repository(not published in crates.io yet):

git clone https://github.com/akumarujon/wall-rs

cd wall-rs

Run the code:

cargo run

At first, it doesn't work because your ~/.wallpapers folder is empty or does not even exist, the program warns about it. You can copy all pictures in pics folder and try again.

cp -r ./pics/* ~/.wallpapers

This project is licensed under MIT. Check LICENSE