dotfiles/.scripts/colorpicker

4 lines
107 B
Bash
Executable File

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