mural-client

Crates.iomural-client
lib.rsmural-client
version1.2.1
created_at2025-03-23 11:15:34.403404+00
updated_at2025-03-24 15:44:40.070377+00
descriptionClient software for the mural wallpaper service
homepage
repositoryhttps://github.com/mural-sync/mural-client
max_upload_size
id1602564
size79,828
Silvan Schmidt (silvasch)

documentation

README

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
Commit count: 60

cargo fmt