From 760cc54a30d745c0a32415644da7787cb388e940 Mon Sep 17 00:00:00 2001 From: simoniz0r Date: Sat, 28 Apr 2018 22:49:25 -0500 Subject: [PATCH] Use stock icon for tray to avoid weird icon problems --- yadshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yadshot.sh b/yadshot.sh index a23c7bf..6a54eda 100755 --- a/yadshot.sh +++ b/yadshot.sh @@ -142,7 +142,7 @@ function yadshottray() { mkfifo $PIPE # attach a file descriptor to the file exec 3<> $PIPE - yad --window-icon="$ICON_PATH" --notification --listen --image="$ICON_PATH" --text="yadshot" --command="bash -c on_click" --item-separator="," \ + yad --window-icon="gtk-zoom-fit" --notification --listen --image="gtk-zoom-fit" --text="yadshot" --command="bash -c on_click" --item-separator="," \ --menu="New Screenshot,bash -c yadshot_capture,gtk-new|Upload File,bash -c teknik_file,gtk-go-up|Upload Paste,bash -c teknik_paste,gtk-copy|Color Picker,bash -c yadshotcolor,gtk-color-picker|View Upload List,bash -c upload_list,gtk-edit|Quit,quit,gtk-cancel" <&3 } export -f yadshottray