From ddfd92559757b6ddbdb8e33fc90f43949e6216dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 30 Mar 2024 17:59:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20changes=20?= =?UTF-8?q?to=20the=20hyprpicker=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/color_picker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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