5 stable releases
Uses new Rust 2024
1.2.1 | Mar 24, 2025 |
---|---|
1.1.3 | Mar 24, 2025 |
1.1.2 | Mar 23, 2025 |
#329 in Hardware support
350 downloads per month
23KB
360 lines
Mural Client
This is the client software for mural.
Mural is a program that allows you to synchronize a wallpaper slideshow across your devices. It supports having multiple different slideshows (called pools). For example, you might have a pool called "Games" for wallpapers related to games and a pool called "Landscapes" for wallpapers of beautiful landscapes.
Installation
From Source
cargo install --git https://github.com/mural-sync/mural-client
Configuration
By default, mural-client
looks in ~/.config/mural-client
for the configuration file.
You can change this using the MURAL_CLIENT_HOME_HOME
environment variable.
This is the default configuration file:
server_url = "http://localhost:46666" # the url of your server. see https://github.com/mural-sync/mural-server for instructions to setup a server
pool_name = "default" # the pool to use
Dependencies
~15–28MB
~379K SLoC