#!/bin/sh col=$(colorpicker --short --one-shot) sed "s/fill=.*>/fill=\"$col\">/g" $HOME/.local/share/circle.svg > /tmp/circle.svg echo "$col" | xsel -b notify-send -i "/tmp/circle.svg" -a "Colorpicker" "$col was successfully copied to your clipboard."