4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
hyprpicker | tr -d '\n' | wl-copy && \
|
||
|
|
dunstify -t 5000 'Copied color hex code to clipboard'
|