👩💻 Join our community of thousands of amazing developers!
summary I scrape https://alexbeals.com/projects/colorize/ to obtain the color and use it in my scripts. scripts setbg 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #!/bin/bash export TTY ( hs "$(basename "$0")" "$@" "#" "<==" "$(ps -o comm= $PPID)" 0</dev/null ) &>/dev/null color="$1" : "${color:="000000"}" color="$(p "$color" | sed 's/^#//')" td_thing="$(mktemp -t -d td_thingXXXXXX || echo /dev/null)" cd "$td_thing" convert -size 100x100 "xc:#$color" "$color....