brewery
notashelf /
b6780cc1804075f6863dcf0a370a5bf645082014

chroma

public

Lightweight wallpaper daemon for Wayland

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

Commit b6780cc18040

tarball

NotAShelf <raf@notashelf.dev> · 2026-04-15 08:55 UTC

unverified1 files changed+15-1
meta: add anchor options to sample config

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I861aa8c86470ba1826860896b4e770e26a6a6964
diff --git a/chroma.conf.sample b/chroma.conf.sampleindex 27dad16..38b5fa3 100644--- a/chroma.conf.sample+++ b/chroma.conf.sample@@ -69,6 +69,18 @@ min_scale_factor = 0.25  # Don't scale below 25% of original size #   output.OUTPUT_NAME = /path/to/image.ext #   output.OUTPUT_NAME.scale = fill|fit|stretch|center #   output.OUTPUT_NAME.filter = nearest|linear|bilinear|trilinear+#   output.OUTPUT_NAME.anchor = center|top|bottom|left|right|top-left|top-right|bottom-left|bottom-right+#+# Anchor specifies which part of the image is anchored to the output:+#   center      - image centered (default)+#   top         - image anchored to top edge+#   bottom      - image anchored to bottom edge+#   left        - image anchored to left edge+#   right       - image anchored to right edge+#   top-left    - image anchored to top-left corner+#   top-right   - image anchored to top-right corner+#   bottom-left - image anchored to bottom-left corner+#   bottom-right - image anchored to bottom-right corner # # To find your output names, run one of these commands: #@@ -92,9 +104,11 @@ min_scale_factor = 0.25  # Don't scale below 25% of original size #  output.DP-1 = ~/Pictures/monitor1.png #  output.DP-1.scale = fit #  output.DP-1.filter = bilinear+#  output.DP-1.anchor = top-left #  output.DP-2 = ~/Pictures/monitor2.jpg #  output.DP-2.scale = stretch #  output.eDP-1 = ~/Pictures/laptop-wallpaper.jpg-#  output.eDP-1.scale = center+#  output.eDP-1.scale = fill+#  output.eDP-1.anchor = bottom-right #  output.eDP-1.filter = trilinear