Add select-and-show-color.sh

This commit is contained in:
Alexander Rosenberg 2023-05-17 04:03:00 -07:00
parent feadbf8d47
commit da3292d2c7
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

5
select-and-show-color.sh Executable file
View File

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