mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 17:52:15 +00:00
29 lines
553 B
Bash
Executable File
29 lines
553 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
set -e
|
|
|
|
cargo run -- \
|
|
~/.wallpaper/local \
|
|
--image-duration 5.0 \
|
|
--window-geometry "1920x1080+1360+0" \
|
|
--panel-geometry "1920x1080+0+0" \
|
|
--fade-point 0.8 \
|
|
--image-backlog 4 \
|
|
|
|
# "1360x768+0+312"
|
|
|
|
#cargo run -- \
|
|
# ~/.wallpaper/active \
|
|
# --image-duration 5.0 \
|
|
# --window-geometry "1920x1080+1360+0" \
|
|
# --grid "3x3@1920x1080+0+0" \
|
|
# --fade-point 0.8 \
|
|
# --image-backlog 0 \
|
|
|
|
#cargo run -- \
|
|
# ~/.wallpaper/test \
|
|
# --image-duration 1.0 \
|
|
# --window-geometry "1920x1080+1360+0" \
|
|
# --fade-point 0.85 \
|
|
# --image-backlog 4 \
|