Files
dotfiles/hypr/scripts/colorpicker
2023-10-16 13:47:16 +08:00

7 lines
98 B
Bash
Executable File

#!/bin/bash
COLOR=$(hyprpicker)
echo ${COLOR} | wl-copy -n
notify-send "Color Picker" ${COLOR}