zsw/run.sh
Filipe Rodrigues 9fea3b7691 Added more panel settings.
Changing the root path not clears all panels and images.
2022-01-24 01:18:25 +00:00

27 lines
505 B
Bash
Executable File

#!/bin/env bash
set -e
cargo run -- \
~/.wallpaper/active \
--image-duration 30.0 \
--window-geometry "3280x1080+0+0" \
--panel-geometry "1920x1080+1360+0" \
--panel-geometry "1360x768+0+312" \
--fade-point 0.8
#
#cargo run -- \
# ~/.wallpaper/active \
# --image-duration 5.0 \
# --window-geometry "1920x1080+1360+0" \
# --grid "3x3@1920x1080+0+0" \
# --fade-point 0.8
#cargo run -- \
# ~/.wallpaper/test \
# --image-duration 1.0 \
# --window-geometry "1920x1080+1360+0" \
# --fade-point 0.85