summaryrefslogtreecommitdiff
path: root/.local/bin/colorpicker
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/colorpicker')
-rwxr-xr-x.local/bin/colorpicker2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/colorpicker b/.local/bin/colorpicker
index 5e37201..032abd8 100755
--- a/.local/bin/colorpicker
+++ b/.local/bin/colorpicker
@@ -6,6 +6,6 @@
sed "s/fill=.*>/fill=\"$col\">/g" $HOME/.local/share/circle.svg > /tmp/circle.svg
-echo "$col" | xsel -b
+echo "$col" | wl-copy
notify-send -i "/tmp/circle.svg" -a "Colorpicker" "$col was successfully copied to your clipboard."