Skip to content

Commit

Permalink
Merge pull request #2 from CIAvash/remove-newline
Browse files Browse the repository at this point in the history
Remove newline while copying to clipboard
  • Loading branch information
jgmdev committed May 24, 2021
2 parents 74ba586 + 744b88b commit 65f6d1c
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 65f6d1c

Please sign in to comment.