brewery
notashelf /
9415b61953cc6659b214884c704c0746ef175d63

chroma

public

Lightweight wallpaper daemon for Wayland

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

Commit 9415b61953cc

tarball

amr <amr@frzn.dev> · 2025-11-02 07:04 UTC

1 files changed+1-1
Fix typo in systemd service

Should probably also consider switching this to a "forking" service, and using the --daemon option
diff --git a/systemd/chroma.service b/systemd/chroma.serviceindex 54a09a5..369a898 100644--- a/systemd/chroma.service+++ b/systemd/chroma.service@@ -21,4 +21,4 @@ ProtectHome=read-only ReadWritePaths=%h/.config/chroma  [Install]-WantedBy=multi-useer.target+WantedBy=multi-user.target