Files
2026-07-24 14:34:57 +02:00

5 lines
181 B
Bash
Executable File

#!/bin/sh
hyprpicker --format hex | head -c -1 | wl-copy
convert -size 100x100 xc:$(wl-paste) /tmp/color.png
notify-send -i /tmp/color.png "Copied to your clipboard!" "$(wl-paste)"