2021-07-03 14:13:56 +02:00
|
|
|
[Unit]
|
2022-08-14 20:32:01 +02:00
|
|
|
Description=Wallpaper builder
|
2021-07-03 14:13:56 +02:00
|
|
|
PartOf=graphical-session.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Environment=WALLPAPER_DIRECTORY=%h/.config/i3/wallpapers
|
2023-04-25 11:34:53 +02:00
|
|
|
Environment=WALLPAPER_TARGET=%t/i3/current-wallpaper.png
|
|
|
|
Environment=WALLPAPER_OUTPUTS=%t/i3/outputs.txt
|
2021-12-07 19:51:47 +01:00
|
|
|
ExecStart=/usr/bin/mkdir -p %t/i3
|
2021-08-26 11:32:49 +02:00
|
|
|
ExecStart=%h/.config/i3/bin/wallpaper --directory $WALLPAPER_DIRECTORY \
|
2023-04-25 11:34:53 +02:00
|
|
|
--target $WALLPAPER_TARGET \
|
|
|
|
--outputs $WALLPAPER_OUTPUTS
|
|
|
|
ExecStart=/usr/bin/hsetroot -root -center $WALLPAPER_TARGET
|
2021-07-03 14:13:56 +02:00
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=false
|