mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-27 21:19:51 -05:00
Add wal services
This commit is contained in:
parent
e24a1d1f55
commit
63ba3ffba1
9
lain/.config/systemd/user/wallpaper.service
Normal file
9
lain/.config/systemd/user/wallpaper.service
Normal 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
|
8
lain/.config/systemd/user/wallpaper.timer
Normal file
8
lain/.config/systemd/user/wallpaper.timer
Normal file
@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Periodically run wallpaper service
|
||||
|
||||
[Timer]
|
||||
OnUnitActiveSec=30min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user