#!/usr/bin/env zsh local color="$(xcolor)" printf '%s' "${color}" | xclip -selection clipboard notify-send -t 5000 "Color Coppied" "${color}"