From 84bb5c15aa959374e165202e2151f74c427f9fa7 Mon Sep 17 00:00:00 2001 From: Lucas Christiansson Date: Wed, 24 Sep 2025 23:35:21 +0200 Subject: [PATCH] docs: Added documentation of the new feature --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 80e097a..25c8d59 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,25 @@ You may add `contain:` or `tile:` before the file path in `wallpaper=` to set th wallpaper = monitor,contain:/path/to/image.jpg ``` +If you want to rotate a wallpaper, add a ```, X``` at then end of the wallpaper rule, where ```X``` corresponds to a transform number, e.g.: + +``` +wallpaper = monitor,/path/to/image.jpg, 1 +``` + +Transform list: + +``` +0 -> normal (no transforms) +1 -> 90 degrees +2 -> 180 degrees +3 -> 270 degrees +4 -> flipped +5 -> flipped + 90 degrees +6 -> flipped + 180 degrees +7 -> flipped + 270 degrees +``` + A Wallpaper ***cannot*** be applied without preloading. The config is ***not*** reloaded dynamically. ## Important note to the inner workings