Skip to content

Xk0nSid/wally-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wally

A server to change wallpapers dynamically written in rust.

The server is controller via a config file. Please see the file config.example.toml to see how to configure the wally server.

Requirements

Installation

From prebuild binary

Get latest release of binary from here. Move the binary to your $PATH.

Use the provided config.example.toml for base configuration.

From source

$ git clone https://github.com/xk0nsid/wally-rs.git
$ cd wally-rs
$ cargo build --release

Tasks

  • Add search/query support to be able to fetch query based results
  • Add pagination support to fully use the search results
  • Make temporary file path configurable via config file
  • Maintain state between server restarts by storing state data in /cache or /var
  • Add pre-built binary releases to github