brewery
notashelf /
de0dcba8c81e1e4700215113a34641a6ee2e7c95

chroma

public

Lightweight wallpaper daemon for Wayland

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

Commit de0dcba8c81e

tarball

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

unverified1 files changed+1-1
chroma: fix example config path in help text

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibd4fd1267d18f72e45b5a4877ed366fa6a6a6964
diff --git a/src/main.c b/src/main.cindex b0d72c2..9f1fe92 100644--- a/src/main.c+++ b/src/main.c@@ -24,7 +24,7 @@ static void print_usage(const char *program_name) {   printf("  -h, --help          Show this help\n");   printf("  --version           Show version information\n");   printf("\nExamples:\n");-  printf("  %s -c ~/.config/chroma/chroma.conf\n", program_name);+  printf("  %s -c ~/.config/chroma/chroma.toml\n", program_name);   printf("  %s --daemon\n", program_name); }