Skip to content

Commit

Permalink
Use stock icon for tray to avoid weird icon problems
Browse files Browse the repository at this point in the history
  • Loading branch information
simoniz0r committed Apr 29, 2018
1 parent 41ce2d4 commit 760cc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yadshot.sh
Expand Up @@ -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
Expand Down

0 comments on commit 760cc54

Please sign in to comment.