commit a03737eb0fffd9f44a5975501e1a1197a4fbc8fd parent 6977927f560e2698241d0c6f02380897bc7c4c64 Author: Matthew Carlson <matt@mcarlson.xyz> Date: Sat, 25 Sep 2021 22:14:19 -0400 screenshot snip color is that of main theme Diffstat:
M | .local/bin/shot.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/shot.sh b/.local/bin/shot.sh @@ -7,7 +7,7 @@ COLORS="${XDG_CACHE_HOME:-${HOME}/.cache/}/wal/colors.sh" main() { [ -f "${COLORS}" ] && . "${COLORS}" - hex="$(printf '%s' "${color4}" | tr '[:lower:]' '[:upper:]' | tr -d '[:punct:]')" + hex="$(printf '%s' "${color2}" | tr '[:lower:]' '[:upper:]' | tr -d '[:punct:]')" a=$(printf '%s' "${hex}" | cut -c 1-2) b=$(printf '%s' "${hex}" | cut -c 3-4)