Skip to content

Commit

Permalink
Remove newline while copying to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
CIAvash committed May 24, 2021
1 parent 74ba586 commit 744b88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wl-color-picker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ if [ "$rgb_color" != "" ]; then
done

# Copy user selection to clipboard
echo $hex_color | wl-copy
echo $hex_color | wl-copy -n
fi

0 comments on commit 744b88b

Please sign in to comment.