wallpaper: rename wallpaper binary to match service name

This commit is contained in:
Vincent Bernat 2021-08-10 13:21:04 +02:00
parent 0ea55db7a5
commit 1924f7731e
3 changed files with 4 additions and 4 deletions

View file

@ -6,9 +6,9 @@ PartOf=graphical-session.target
Environment=WALLPAPER_DIRECTORY=%h/.config/i3/wallpapers
Environment=WALLPAPER_OUTPUT=%h/.cache/i3/current-wallpaper.png
ExecStart=/usr/bin/mkdir -p %h/.cache/i3
ExecStart=%h/.config/i3/bin/build-wallpaper --crop \
--directory $WALLPAPER_DIRECTORY \
--target $WALLPAPER_OUTPUT
ExecStart=%h/.config/i3/bin/wallpaper --crop \
--directory $WALLPAPER_DIRECTORY \
--target $WALLPAPER_OUTPUT
ExecStart=/usr/bin/hsetroot -center $WALLPAPER_OUTPUT
Type=oneshot
RemainAfterExit=false