sheila

Crates.iosheila
lib.rssheila
version
sourcesrc
created_at2025-05-06 09:37:38.03451+00
updated_at2025-05-06 15:01:06.742306+00
descriptionAn application that plays movies as wallpapers for Wayland session.
homepage
repository
max_upload_size
id1662061
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ryotaro (ryotaro612)

documentation

README

sheila

sheila lets you use movies as animated wallpapers for your Wayland session.

Installation

sheila is written in Rust and published on crates.io:

cargo install sheila

Usage

sheila consists of a client and a server.

To start the server, run:

sheila server

While the server is running, you can send it movie files to play:

sheila client play --monitor DP-1 movie0.mp4 movie1.mp4

Use the --random option to have the server play a random movie:

sheila client play --monitor DP-1 --random movie0.mp4 movie1.mp4

``

Commit count: 0

cargo fmt