Move systemd services to .dotfiles

This commit is contained in:
John Mertz 2023-04-20 18:14:16 -04:00
parent e0bba8eb86
commit fafc92f6ce
2 changed files with 0 additions and 29 deletions

View File

@ -1,15 +0,0 @@
[Unit]
Description=Sway window transparency daemon
PartOf=graphical-session.target
After=sway.service
[Service]
Type=simple
ExecStart=/var/home/jpm/scripts/sway/sway-transparency.sh
Restart=unless-stopped
Requires=dbus.service
After=dbus.service
TimeoutSec=5
[Install]
WantedBy=default.target

View File

@ -1,14 +0,0 @@
[Unit]
Description=Rotate through cropped wallpapers for %u
[Service]
Type=forking
#PIDFile=/var/home/%u/.spool/wallpaper.pid
WorkingDirectory=/var/home/%u/.spool
ExecStart=/var/home/%u/scripts/distrobox/debian12/wallpaper.pl
#ExecStart=/var/home/%u/scripts/distrobox/debian12/wallpaper.pl -d --path=/home/jpm/wallpapers `cat /var/home/%u/.spool/wallpaper_outputs`
Restart=always
TimeoutSec=5
[Install]
WantedBy=graphical.target