Skip to content

🦀 | Simple CLI tool to change your wallpapers randomly. Written in Rust.

License

Notifications You must be signed in to change notification settings

TohirDev/wall-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wall-rs

Simple CLI tool to change your wallpapers randomly.

Outline

  • 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.

Known issues.

  • 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

Usage

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

License

This project is licensed under MIT. Check LICENSE

About

🦀 | Simple CLI tool to change your wallpapers randomly. Written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%