From e98ff851003409e60b2ca8d4b94fe1cba61c7083 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 28 Oct 2020 13:53:04 -0400 Subject: fix colorhandler --- .local/bin/colorhandler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/colorhandler b/.local/bin/colorhandler index dabff18..cc4606d 100755 --- a/.local/bin/colorhandler +++ b/.local/bin/colorhandler @@ -4,6 +4,6 @@ col=$(colorpicker --short --one-shot) sed "s/fill=.*>/fill=\"$col\">/g" $HOME/.cache/circle.svg > /tmp/circle.svg -echo "$col" > xsel -b +echo "$col" | xsel -b notify-send -i "/tmp/circle.svg" -a "Colorpicker" "$col was successfully copied to your clipboard." -- cgit v1.2.3