brewery
notashelf /
3cbf6d56457be861472bea470fc4920e5d067989

chroma

public

Lightweight wallpaper daemon for Wayland

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git

Commit 3cbf6d56457b

tarball

NotAShelf <raf@notashelf.dev> · 2025-09-30 17:11 UTC

unverified1 files changed+24-0
chore: add systemd service

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964d88b3de5f79306867e38dfbfef2ee1af
diff --git a/systemd/chroma.service b/systemd/chroma.servicenew file mode 100644index 0000000..54a09a5--- /dev/null+++ b/systemd/chroma.service@@ -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