diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-30 01:00:51 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-03-30 01:00:51 -0400 |
commit | f4c4550e327d9090c82a735d39d104d0bedb602d (patch) | |
tree | fcfa762512155c132a66d3adbb56067ca2d5d61b /.local/bin/colorpicker | |
parent | 43dbb32d741e11f8e06341f515944ec757d4578f (diff) |
Loads of laptop shit
Diffstat (limited to '.local/bin/colorpicker')
-rwxr-xr-x | .local/bin/colorpicker | 2 |
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." |