brewery
notashelf /
97854635bb83a343f609c07d3e6e6437cc92410b

chroma

public

Lightweight wallpaper daemon for Wayland

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

Commit 97854635bb83

tarball

NotAShelf <raf@notashelf.dev> · 2026-05-17 21:23 UTC

unverified1 files changed+2-2
docs: fix config check order in sample config

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I213f87a6e4227a3813013a4f61f411566a6a6964
diff --git a/chroma.toml.sample b/chroma.toml.sampleindex 9151d0e..fa0fb90 100644--- a/chroma.toml.sample+++ b/chroma.toml.sample@@ -2,8 +2,8 @@ # For more information about TOML format, see https://toml.io # # Configuration file locations (checked in order):-#   1. ~/.config/chroma/chroma.toml-#   2. $XDG_CONFIG_HOME/chroma/chroma.toml+#   1. $XDG_CONFIG_HOME/chroma/chroma.toml+#   2. ~/.config/chroma/chroma.toml #   3. ./chroma.toml (current directory) # # To get started: