Skip to content

Commit 65f6d1c

Browse files
authored
Merge pull request #2 from CIAvash/remove-newline
Remove newline while copying to clipboard
2 parents 74ba586 + 744b88b commit 65f6d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wl-color-picker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ if [ "$rgb_color" != "" ]; then
6060
done
6161

6262
# Copy user selection to clipboard
63-
echo $hex_color | wl-copy
63+
echo $hex_color | wl-copy -n
6464
fi

0 commit comments

Comments
 (0)