vincentbernat.i3wm-configur.../dotfiles/systemd/wallpaper.service

14 lines
471 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Build and display wallpaper
PartOf=graphical-session.target
[Service]
Environment=WALLPAPER_DIRECTORY=%h/.config/i3/wallpapers
2021-12-07 19:51:47 +01:00
Environment=WALLPAPER_OUTPUT=%t/i3/current-wallpaper.png
ExecStart=/usr/bin/mkdir -p %t/i3
ExecStart=%h/.config/i3/bin/wallpaper --directory $WALLPAPER_DIRECTORY \
--target $WALLPAPER_OUTPUT
ExecStart=/usr/bin/hsetroot -root -center $WALLPAPER_OUTPUT
Type=oneshot
RemainAfterExit=false