Update wayland-screenshot.sh

This commit is contained in:
2026-04-11 13:59:51 -07:00
parent ce7691d73b
commit 204e44c4d1

View File

@@ -41,6 +41,6 @@ case "${resp}" in
local color="$(hyprpicker -f hex -n -r)"
(( ${#color} == 0 )) && exit
wl-copy "${color}"
notify-send -t 5000 "Color Selected" "${color}"
# notify-send -t 5000 "Color Selected" "${color}"
;;
esac