notashelf /
de0dcba8c81e1e4700215113a34641a6ee2e7c95
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit de0dcba8c81e
tarballunverified1 files changed+1-1
@@ -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); }