diff --git a/.config/hypr/scripts/color_picker b/.config/hypr/scripts/color_picker index 0f81c02d..b6c44c09 100755 --- a/.config/hypr/scripts/color_picker +++ b/.config/hypr/scripts/color_picker @@ -3,7 +3,7 @@ # Simple Script To Pick Color Quickly. # pick and autocopy -hyprpicker -n -a +hyprpicker -a # get the value color=$(wl-paste) @@ -14,5 +14,5 @@ if [[ "$color" ]]; then # generate preview convert -size 48x48 xc:"$color" "$image" # notify the color - notify-send -u low -i "$image" "$color" "Copied to clipboard." + notify-send -i "$image" "$color" "Copied to clipboard" fi