1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-27 21:19:51 -05:00

Add wal services

This commit is contained in:
Jack Foltz 2018-12-01 14:25:05 -05:00
parent e24a1d1f55
commit 63ba3ffba1
Signed by: foltik
GPG Key ID: D1F0331758D1F29A
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[Unit]
Description=Load a random wallpaper and colorscheme
[Service]
Type=forking
ExecStart=/usr/bin/wal -q -i "/home/lain/Pictures/wallpapers" -a "85"
[Install]
WantedBy=multi-user.target

View File

@ -0,0 +1,8 @@
[Unit]
Description=Periodically run wallpaper service
[Timer]
OnUnitActiveSec=30min
[Install]
WantedBy=timers.target