dotfiles/.scripts/colorpicker

4 lines
107 B
Plaintext
Raw Normal View History

2023-05-26 13:29:25 +02:00
#!/bin/sh
hyprpicker | tr -d '\n' | wl-copy && \
dunstify -t 5000 'Copied color hex code to clipboard'