notashelf /
3cbf6d56457be861472bea470fc4920e5d067989
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit 3cbf6d56457b
tarballunverified1 files changed+24-0
@@ -0,0 +1,24 @@+[Unit]+Description=Chroma Wallpaper Daemon+After=graphical-session.target+Wants=graphical-session.target+PartOf=graphical-session.target++[Service]+Type=simple+ExecStart=chroma+ExecReload=kill -HUP $MAINPID+Restart=on-failure+RestartSec=1+KillMode=mixed+TimeoutStopSec=5++# Security+NoNewPrivileges=true+PrivateDevices=true+ProtectSystem=strict+ProtectHome=read-only+ReadWritePaths=%h/.config/chroma++[Install]+WantedBy=multi-useer.target